forked from AuroraMiddleware/gtk
d081b309d5
These tests exercise many allowed ways to specify various properties.
24 lines
189 B
CSS
24 lines
189 B
CSS
a {
|
|
letter-spacing: initial;
|
|
}
|
|
|
|
b {
|
|
letter-spacing: inherit;
|
|
}
|
|
|
|
c {
|
|
letter-spacing: unset;
|
|
}
|
|
|
|
d {
|
|
letter-spacing: 5px;
|
|
}
|
|
|
|
e {
|
|
letter-spacing: 5em;
|
|
}
|
|
|
|
f {
|
|
letter-spacing: 1in;
|
|
}
|