GitHub pages website first commit

This commit is contained in:
Luquinhas 2024-12-14 18:20:12 -03:00
commit 700354a0db
3 changed files with 72 additions and 0 deletions

26
header.css Normal file
View file

@ -0,0 +1,26 @@
header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 0 30px 0;
}
.logo {
font-size: 1.5rem;
font-weight: 640;
}
nav {
display: flex;
gap: 15px;
}
nav a {
color: #f0f6fc;
text-decoration: none;
font-size: 1rem;
}
nav a:hover {
text-decoration: underline;
}