File: style.css

package info (click to toggle)
kore 4.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,912 kB
  • sloc: ansic: 29,227; makefile: 344; sh: 278; python: 149; cpp: 34
file content (16 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
body {
	width: 100%;
	margin: 0px;
	color: #000;
	overflow: hidden;
	background-color: #fff;
}

.content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	font-size: 60px;
	text-align: center;
}