15 lines
154 B
CSS
15 lines
154 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 } |