-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles2.css
65 lines (57 loc) · 881 Bytes
/
styles2.css
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
html, body {
margin: 0;
padding: 0;
}
* {
box-sizing: border-box;
}
body {
font-size: 100%;
text-align: center;
}
section {
width: 8.4cm;
height: 5.4cm;
margin: .5cm;
float: left;
page-break-inside: avoid;
border: 1px dotted #ccc;
position: relative;
}
h1 {
font-family: 'Pacifico';
font-size: 140%;
font-weight: normal;
margin-bottom: .30cm;
}
h1 small {
margin-top: 1cm;
font-family: 'Ubuntu';
font-size: 42%;
display: block;
font-weight: 100;
text-transform: uppercase;
letter-spacing: .5em;
margin-left: .75em;
color: #999;
}
h2, h3 {
font-family: 'Open Sans';
}
h2 {
margin: 0;
font-weight: 600;
font-size: 160%;
text-transform: capitalize;
padding: 0 .75cm;
width: 100%;
}
h3 {
font-weight: 200;
font-size: 120%;
position: absolute;
width: 100%;
padding: 0 .75cm;
bottom: .5cm;
left: 0;
}