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.

16 lines
203 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;
}