mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +07:00
added top gradient
This commit is contained in:
parent
93624c55f2
commit
509e2b9406
3 changed files with 30 additions and 1 deletions
|
@ -28,6 +28,17 @@
|
|||
z-index: 10;
|
||||
backdrop-filter: blur(5px);
|
||||
|
||||
&::before {
|
||||
content: " ";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 4px;
|
||||
background: var(--top-gradient);
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue