racket/collects/web-server/scribblings/tutorial/examples/htdocs/test-static.css
Jay McCarthy 4ebebec089 Adding the tutorial.
svn: r11262
2008-08-14 22:27:57 +00:00

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 }