Added: about page

This commit is contained in:
2023-12-30 21:07:45 +01:00
parent 9d190463be
commit 4d9b916fb4
3 changed files with 19 additions and 12 deletions

View File

@@ -11,7 +11,6 @@ body {
a, p {
color: white;
text-decoration: none;
}
.f-col {

View File

@@ -8,4 +8,8 @@ header nav {
header nav div {
display: flex;
gap: 1rem;
}
header nav a {
text-decoration: none;
}