File: doc.css

package info (click to toggle)
collatinus 12.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,348 kB
  • sloc: cpp: 8,004; sh: 89; makefile: 38
file content (10 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
@charset: "UTF-8";
body {
	background-color: white;
    margin: 10%;
    text-align: justify;
}

h1 {
    margin-top: 0.5em;
}