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.

32 lines
349 B
CSS

body {
font-size: 1.5rem;
}
.title {
text-align: center;
}
main {
max-width: 40ch;
margin: 0 auto;
}
nav {
display: none;
}
h2 {
border-top: 1px solid currentColor;
padding-top: 32px;
margin-top: 48px;
}
h3 {
background-color: white;
display: inline-block;
}
img {
width: 40ch;
height: auto;
}