blob: a3693317f246ca0c1c1de945a0b6f7ee4bf97cab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
a {
outline-offset: initial;
}
b {
outline-offset: inherit;
}
c {
outline-offset: unset;
}
d {
outline-offset: 0;
}
e {
outline-offset: 10px;
}
f {
outline-offset: -10px;
}
|