9 lines
No EOL
155 B
CSS
9 lines
No EOL
155 B
CSS
body {
|
|
max-width: 1000px;
|
|
margin: 2em auto;
|
|
background-color: black;
|
|
color: white;
|
|
font-family: Arial, sans-serif
|
|
}
|
|
|
|
a {color: #05d5ff} |