16 lines
217 B
CSS
16 lines
217 B
CSS
body {
|
|
background-color:white;
|
|
padding-top:2em;
|
|
font-size:large;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-weight:bold;
|
|
white-space:nowrap;
|
|
text-shadow: 1px 1px 2px white;
|
|
}
|
|
|
|
.tight p {
|
|
margin:0;
|
|
}
|