1
0
mirror of synced 2024-05-29 01:18:03 +02:00
mat2/tests/data/dirty.css

15 lines
196 B
CSS
Raw Normal View History

2019-02-21 01:28:11 +01:00
/**
* This is my super css framework
* version: 1.0
* author : jvoisin
*/
body {
color: red;
background-color: blue;
}
.underline {
text-decoration: underline; /* underline is cool */
}