Glow changes
This commit is contained in:
parent
695bffdea5
commit
43f5a4edca
|
|
@ -17,9 +17,10 @@ header {
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
background-color: rgba(0,0,0,0.2);
|
background-color: rgba(0,0,0,0.3);
|
||||||
|
|
||||||
backdrop-filter: blur(5px);
|
backdrop-filter: blur(5px);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
@ -31,10 +32,10 @@ img {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
|
|
||||||
top: -50%;
|
top: -7em;
|
||||||
|
|
||||||
width: 100%;
|
width: 75%;
|
||||||
height: 500px;
|
height: 15em;
|
||||||
|
|
||||||
background-image: radial-gradient(rgba(255, 77, 0, 0.5) 0%, rgba(0,0,0,0)70%);
|
background-image: radial-gradient(rgba(255, 77, 0, 0.5) 0%, rgba(0,0,0,0)70%);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue