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

17 lines
224 B
CSS

2 years ago
main {
margin: 30px;
padding: 30px;
border: 1px dotted #555;
}
h1 {
text-align: center;
}
a, a:visited {
text-decoration: none;
color: #555;
}
footer {
text-align: center;
margin-top: 20px;
}