13 lines
156 B
CSS
13 lines
156 B
CSS
body {
|
|
margin-left: 10%;
|
|
margin-right: 10%;
|
|
}
|
|
|
|
p { font-family: sans-serif; }
|
|
|
|
h1 { color: green; }
|
|
|
|
h2 { font-size: small; }
|
|
|
|
span.hot { color: red; }
|