File: doc.css

package info (click to toggle)
collatinus 11-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 5,532 kB
  • sloc: cpp: 4,145; makefile: 28; sh: 16
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;
}