Files
textual/sandbox/buttons.css
2022-05-18 15:30:14 +01:00

13 lines
147 B
CSS

#foo {
text-style: underline;
background: rebeccapurple;
}
*:focus {
tint: yellow 50%;
}
#foo:hover {
background: greenyellow;
}