Started work on a new layout

This commit is contained in:
2021-08-17 14:41:24 -04:00
parent 74b55dd4fe
commit 4ca12a0654
9 changed files with 124 additions and 49 deletions

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

View 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