File: style.css

package info (click to toggle)
https-everywhere 2018.8.22-1~deb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,752 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
body{
  margin-top: 6em;
  left: 50%;
  position: relative;
  overflow: hidden;
}

h1 img{
  position: relative;
  left: -289px;
}

p{
  width: 600px;
  position: relative;
  left: -300px;
  font-size: 12pt;
  font-family: sans-serif;
  line-height: 150%;
}