13 lines
190 B
CSS
13 lines
190 B
CSS
|
.header{
|
||
|
background: linear-gradient(#ffb4fd, #ff35af);
|
||
|
}
|
||
|
.header a{
|
||
|
color:white;
|
||
|
text-shadow: 0px 1px 1px #0004
|
||
|
}
|
||
|
.navbar{
|
||
|
display:flex;
|
||
|
}
|
||
|
.navbar a{
|
||
|
margin-right:5px;
|
||
|
}
|