racket/collects/web-server/scribblings/tutorial/examples/htdocs/test-static.css
Eli Barzilay 3d60fe640b misc prop fixes
svn: r16374
2009-10-19 22:36:12 +00:00

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; }