Add links

This commit is contained in:
2026-03-16 11:09:22 -05:00
parent abebc25d0d
commit 62b0ecf15a
3 changed files with 27 additions and 0 deletions
+19
View File
@@ -15,6 +15,25 @@ header {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.top-links {
margin-top: 10px;
display: flex;
gap: 25px;
flex-wrap: wrap;
}
.top-links a {
color: #dbe9f5;
text-decoration: none;
font-size: 14px;
}
.top-links a:hover,
.top-links a:focus {
color: #ffffff;
text-decoration: underline;
}
h1 {
margin: 0;
}