25 lines
316 B
CSS
25 lines
316 B
CSS
body {
|
|
font-style: sans-serif ;
|
|
background: #100 ;
|
|
color: #ddd ;
|
|
}
|
|
|
|
main {
|
|
max-width: 800px ;
|
|
margin: auto ;
|
|
}
|
|
|
|
.lw, p img, li img, h1 img, h2 img, h3 img, h4 img, dt img, td img {
|
|
max-height: 1em ;
|
|
max-width: 1em ;
|
|
vertical-align: middle ;
|
|
}
|
|
|
|
img {
|
|
max-width: 100% ;
|
|
}
|
|
|
|
header h1 {
|
|
text-align: center ;
|
|
}
|