Work in progress

This commit is contained in:
Pawel Dudzik
2025-04-17 13:45:29 +02:00
parent 5821a87134
commit 043c027875
3 changed files with 90 additions and 5 deletions

View File

@@ -4,6 +4,24 @@ body {
font-size: 1em;
font-family: 'Roboto', Arial, sans-serif;
font-weight: 300;
background-color: #33A5CB;
}
body header div {
margin-top: 0px;
padding: 0 10px 0 10px;
}
body div {
color: #1A161A;
background-color: #FFF;
margin-top: 100px;
padding: 20px;
}
h1, h2, h3 {
color: #1A161A;
text-align: center;
}
header {
@@ -59,6 +77,20 @@ nav ul {
margin: 0;
}
div ul {
display: flex;
list-style: none;
gap: 1rem;
padding: 0;
margin: 0;
}
ul ul {
display: list-item;
list-style: circle;
padding-left: 20px;
}
footer {
background-color: #242424;
width: 100%;