Makes Header with Gradient for Better Styling

This commit is contained in:
2023-10-27 08:24:29 -03:00
parent 8d36666f95
commit dacbf9f548
3 changed files with 14 additions and 2 deletions

View File

@@ -5,7 +5,9 @@
position: fixed;
width: 100vw;
background-color: #2e2e2e;
background: rgb(46,46,46);
background: linear-gradient(180deg, rgba(46,46,46,1) 65%, rgba(46,46,46,0.45) 100%);
z-index: 50;
height: 10vh;