File: simple.css

package info (click to toggle)
ruby-css-parser 1.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 268 kB
  • ctags: 199
  • sloc: ruby: 1,742; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 64 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
body {
	color: black;
	background: white;
}

p { margin: 0px; }