This commit is contained in:
neroduckale 2023-12-13 03:57:32 +05:00
parent b48b36ae12
commit 6a182f1234
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 399E73062E1A3667
2 changed files with 7 additions and 4 deletions

View file

@ -15,7 +15,6 @@ a {
.header-links { /* <nav> */
padding-left: 5px;
padding-right: 5px;
text-align: center;
}
.header-link { /* <a> */
text-align: left;
@ -29,10 +28,14 @@ a {
font-family: 'Raleway', monospace;
font-size: 30px;
}
.header {
background-color: #4d4d4d;
a {
color: white;
}
border-radius: 5px;
}
.header {
margin: 200px;
}