8 lines
67 B
CSS
8 lines
67 B
CSS
|
a {
|
||
|
text-shadow: inset 1px 1px;
|
||
|
}
|
||
|
|
||
|
b {
|
||
|
text-shadow: 0 0 0 0;
|
||
|
}
|