Files
racket-webview/example/styles.css
2026-03-04 18:15:45 +01:00

24 lines
217 B
CSS

body {
font-family: sans-serif;
font-size: 11pt;
}
.yellow, div.yellow {
background: yellow;
color: blue;
}
.flop, div.flop {
font-weight: bold;
}
h1.yellow {
background: green;
}
h1.blue {
color: red;
}