Learning_GTK4_tree/testsuite/css/parser/text-decoration.css

24 lines
222 B
CSS
Raw Normal View History

2023-12-12 11:36:42 +01:00
a {
text-decoration: underline;
}
b {
text-decoration: wavy;
}
c {
text-decoration: red;
}
d {
text-decoration: red wavy;
}
e {
text-decoration: none;
}
f {
text-decoration: red underline wavy overline;
}