You are on page 1of 2

body {

font-family: Arial, sans-serif;

margin: 0;

padding: 0;

header {

background-color: #333;

color: white;

padding: 10px;

nav ul {

list-style-type: none;

margin: 0;

padding: 0;

nav li {

display: inline-block;

margin-right: 10px;

nav a {

color: white;

text-decoration: none;

main {

padding: 20px;

}
section {

margin-bottom: 20px;

section h1 {

font-size: 24px;

margin-bottom: 10px;

section h2 {

font-size: 18px;

margin-bottom: 10px;

footer {

background-color: #333;

color: white;

text-align: center;

padding: 10px;

You might also like