-
Notifications
You must be signed in to change notification settings - Fork 0
/
templateStyle.css
72 lines (63 loc) · 1013 Bytes
/
templateStyle.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
66
67
68
69
70
71
72
#desc {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 100;
width: 40%;
padding: 30px;
}
.bkgnd {
background-color: #fff;
border: 4px solid #000;
}
.white {
color: #fff
}
.black {
color: #000
}
#desc h1 {
font-family: 'Work Sans', sans-serif;
font-size: 20px;
font-weight: 400;
margin: 5px 0;
text-align: left;
}
#desc h2 {
font-family: 'Work Sans', sans-serif;
font-size: 62px;
font-weight: 400;
margin: 15px 0;
text-align: left;
}
#desc p {
font-family: 'Lora', serif;
font-size: 18px;
font-weight: 400;
margin: 15px 0;
text-align: left;
}
p.label {
font-family: 'Work Sans', sans-serif;
font-size: 14px;
font-weight: 400;
color: #000;
text-align: left;
margin: 5px 0;
position: absolute;
z-index: 200;
}
p.caption {
font-family: 'Work Sans', sans-serif;
font-size: 14px;
font-weight: 400;
color: #000;
position: absolute;
left: 8%;
bottom: 8%;
padding: 10px;
margin: 5px 0px;
background-color: #fff;
z-index: 200;
}