Files
textual/sandbox/buttons.css
2022-05-10 11:22:04 +01:00

9 lines
112 B
CSS

#foo {
text-style: underline;
background: rebeccapurple;
}
#foo:hover {
background: greenyellow;
}