Updated header background
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
scp -r target/* xadmin@vps1.bitgoblin.tech:/usr/local/www/bitgoblin/www/
|
rsync -avh --progress target/* xadmin@vps1.bitgoblin.tech:/usr/local/www/bitgoblin/www/
|
||||||
|
|
||||||
|
|||||||
@@ -43,19 +43,32 @@ hr
|
|||||||
background: white
|
background: white
|
||||||
|
|
||||||
// header
|
// header
|
||||||
|
|
||||||
#header-box
|
#header-box
|
||||||
position: relative
|
position: relative
|
||||||
z-index: 2
|
z-index: 2
|
||||||
height: 500px
|
height: 500px
|
||||||
background:
|
background:
|
||||||
image: url(/assets/images/bg-banner.png)
|
image: url(/assets/images/bg-banner.png)
|
||||||
size: auto 600px
|
size: auto auto
|
||||||
position: top center
|
position: top center
|
||||||
attachment: fixed
|
attachment: fixed
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
|
|
||||||
|
// The repeating, blurred, and darkened background layer
|
||||||
|
&::before
|
||||||
|
content: ''
|
||||||
|
position: absolute
|
||||||
|
top: -10px
|
||||||
|
left: -10px
|
||||||
|
right: -10px
|
||||||
|
bottom: -10px
|
||||||
|
backdrop-filter: blur(5px)
|
||||||
|
|
||||||
#header-logo
|
#header-logo
|
||||||
|
position: absolute
|
||||||
|
top: 40px
|
||||||
|
left: 50%
|
||||||
|
transform: translateX(-50%)
|
||||||
height: 350px
|
height: 350px
|
||||||
width: 350px
|
width: 350px
|
||||||
background:
|
background:
|
||||||
@@ -63,10 +76,6 @@ hr
|
|||||||
position: center
|
position: center
|
||||||
repeat: no-repeat
|
repeat: no-repeat
|
||||||
size: contain
|
size: contain
|
||||||
position: absolute
|
|
||||||
top: 40px
|
|
||||||
left: 50%
|
|
||||||
transform: translateX(-50%)
|
|
||||||
|
|
||||||
h1
|
h1
|
||||||
margin-top: calc(100% + 25px)
|
margin-top: calc(100% + 25px)
|
||||||
|
|||||||
Reference in New Issue
Block a user