blob: 80ec5b34a72532c395287a84ccf5c5d69fc09385 (
plain)
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%;
}
|