modern css
Css
code posted
by
loris
created at 30 Nov 18:40
Edit
|
Back
1
2
3
4
5
6
7
8
9 |
body {
--some-variable: red;
font-size: 12pt;
background: #fff url(temp.png) top left no-repeat;
div {
&:hover { color; red;}
}
}
|
168 Bytes in 1 ms with coderay