4 lines
33 B
CSS
4 lines
33 B
CSS
|
div:before {
|
||
|
content: "hi!";
|
||
|
}
|