-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
76 lines (67 loc) · 1.49 KB
/
index.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
73
74
75
76
@font-face {
font-family: FFDINWeb;
src: url('fonts/FFDINWeb.ttf');
}
@font-face {
font-family: Stratum;
src: url('fonts/Stratum.ttf');
}
@font-face {
font-family: StratumBold;
src: url('fonts/StratumBold.ttf');
}
body {
font-family: FFDINWeb, Arial, sans-serif;
font-weight: 400;
letter-spacing: normal;
color: #0e172d;
}
h1 {
font-weight: 700;
font-family: Stratum, Arial, sans-serif;
text-transform: uppercase;
font-style: normal;
text-align: center;
}
h2 {
font-weight: 500;
font-family: Stratum, Arial, sans-serif;
text-transform: uppercase;
font-style: normal;
text-align: center;
}
h3 {
font-weight: 200;
font-family: Stratum, Arial, sans-serif;
text-transform: uppercase;
font-style: normal;
text-align: center;
}
button {
font-family: StratumBold;
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 20px;
letter-spacing: 2px;
text-align: center;
height: 40px;
text-transform: uppercase;
border: 0px solid #ffffff;
border-top-color: rgb(255, 255, 255);
border-right-color: rgb(255, 255, 255);
border-bottom-color: rgb(255, 255, 255);
border-left-color: rgb(255, 255, 255);
border-radius: 0px;
}
#close-image img {
display: block;
height: 130px;
width: 100px;
}
#close-CSS {
background-image: url('http://thinkingstiff.com/images/matt.jpg');
background-size: 100px 130px;
height: 134px;
width: 104px;
}