File size: 83 Bytes
1e92f2d |
1 2 3 4 5 6 7 |
h1 {
color: red !important;
}
h1::after {
content: ' (from css-client!!!!)';
}
|
1e92f2d |
1 2 3 4 5 6 7 |
h1 {
color: red !important;
}
h1::after {
content: ' (from css-client!!!!)';
}
|