Work in progress
This commit is contained in:
32
style.css
32
style.css
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user