7 lines
101 B
CSS
7 lines
101 B
CSS
|
ul[title]::before {
|
||
|
content: attr(title);
|
||
|
display: block;
|
||
|
font-weight: bold;
|
||
|
padding: 0px;
|
||
|
}
|