Learning_GTK4_tree/testsuite/css/parser/border-spacing.css

16 lines
123 B
CSS
Raw Normal View History

2023-12-12 11:36:42 +01:00
a {
border-spacing: 0;
}
b {
border-spacing: 10px;
}
c {
border-spacing: 10em;
}
d {
border-spacing: 1px 2em;
}