You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

44 lines
600 B

body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
header {
background-color: #333;
color: #fff;
padding: 1rem 0;
text-align: center;
}
main {
padding: 2rem;
}
h1, h2 {
color: #333;
}
ul {
list-style-type: none;
padding: 0;
}
ul li {
background: #fff;
margin: 0.5rem 0;
padding: 0.5rem;
border: 1px solid #ddd;
border-radius: 5px;
}
footer {
text-align: center;
padding: 1rem 0;
background-color: #333;
color: #fff;
position: fixed;
width: 100%;
bottom: 0;
}