1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
.code { font-family: monospace; color: darkorange; } .codeTitle { font-family: sans-serif; padding: .3em; margin-bottom: -1em; background: #ffe; border-color: #ccc; border-width: 1px; border-style: groove; } .highlight1 { background: yellow; } .highlight2 { background: pink; } body { font-family: sans-serif; }