-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprint.css
More file actions
45 lines (44 loc) · 726 Bytes
/
print.css
File metadata and controls
45 lines (44 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
html {
margin-right: auto;
padding: 2 %;
}
body {
width:100%;
height: 100%;
display: inline-block;
background-color: #ffffff;
font-family: 'Times New Roman';
}
.footer-wrap {
bottom:0;
width:100%;
height:10%;
margin-top: 12px;
}
.horizontal div.paragraph{
width: auto;
height: auto;
display: inline-block;
}
.horizontal h2 {
color: #000033;
width: auto;
padding: 2%;
font-size: 80%;
height: auto;
display: inline-block;
}
div.paragraph {
margin-top: 1%;
padding-right: 3%;
font-size: 75%;
color: #000000;
}
.footer-wrap .container .wsite-footer h2 {
padding: 2%;
font-size: 70%;
font-weight :lighter;
font-style: italic;
text-align: center;
color: #2b2b2b;
}