12 lines
166 B
CSS
12 lines
166 B
CSS
/* Test */
|
|
p.new:after, p.new::after, ddddd {
|
|
content: "Test";
|
|
color: #333;
|
|
background-color: #fc0;
|
|
font-size: 90%;
|
|
padding: 2px;
|
|
}
|
|
:test {
|
|
name:aaa
|
|
}
|