8 lines
No EOL
75 B
CSS
8 lines
No EOL
75 B
CSS
* {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
main {
|
|
max-width: 600px;
|
|
margin: auto;
|
|
} |