22 lines
126 B
CSS
22 lines
126 B
CSS
body {
|
|
max-width: 720px;
|
|
margin: auto;
|
|
background: red;
|
|
color: white;
|
|
}
|
|
|
|
h1 {
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
} |