Started work on a new layout
This commit is contained in:
BIN
src/assets/images/bg-banner.jpg
Executable file
BIN
src/assets/images/bg-banner.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 390 KiB |
BIN
src/assets/images/bg-icon.png
Executable file
BIN
src/assets/images/bg-icon.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
53
src/assets/stylesheets/lumbridge.sass
Normal file
53
src/assets/stylesheets/lumbridge.sass
Normal file
@ -0,0 +1,53 @@
|
||||
---
|
||||
---
|
||||
|
||||
body
|
||||
font-family: "Gill Sans", sans-serif
|
||||
font-size: 2rem
|
||||
margin: 0
|
||||
|
||||
#header-box
|
||||
position: relative
|
||||
height: 500px
|
||||
background:
|
||||
image: url(/assets/images/bg-banner.jpg)
|
||||
size: auto 600px
|
||||
position: top center
|
||||
attachment: fixed
|
||||
overflow: hidden
|
||||
|
||||
#header-logo
|
||||
height: 350px
|
||||
width: 350px
|
||||
background:
|
||||
image: url(/assets/images/bg-icon.png)
|
||||
position: center
|
||||
repeat: no-repeat
|
||||
size: contain
|
||||
position: absolute
|
||||
top: 40px
|
||||
left: 50%
|
||||
transform: translateX(-50%)
|
||||
|
||||
h1
|
||||
margin-top: calc(100% + 25px)
|
||||
color: white
|
||||
font:
|
||||
weight: bold
|
||||
text-align: center
|
||||
|
||||
#navigation
|
||||
width: 100%
|
||||
margin-top: 40px
|
||||
margin-bottom: 40px
|
||||
text-align: center
|
||||
|
||||
ul
|
||||
list-style: none
|
||||
|
||||
li
|
||||
display: inline-block
|
||||
font-size: 3rem
|
||||
a
|
||||
padding-left: 10px
|
||||
padding-right: 10px
|
Reference in New Issue
Block a user