File: dirty.css

package info (click to toggle)
mat2 0.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,376 kB
  • sloc: python: 3,772; makefile: 7
file content (14 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * This is my super css framework
 * version: 1.0
 * author : jvoisin
 */

body {
	color: red;
	background-color: blue;
}

.underline {
	text-decoration: underline; /* underline is cool */	
}