-
Notifications
You must be signed in to change notification settings - Fork 0
/
mystyle.css
52 lines (52 loc) · 1.13 KB
/
mystyle.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
@font-face {
font-family: "red_ring";
font-style: normal;
font-weight: normal;
src: url("./font/REDRING_1969.ttf") format("truetype");
}
@font-face {
font-family: "myriad_pro";
font-style: normal;
font-weight: 300;
src: url("./font/MYRIADPRO-COND.OTF") format("opentype");
}
@font-face {
font-family: "myriad_pro";
font-style: normal;
font-weight: normal;
src: url("./font/MYRIADPRO-REGULAR.OTF") format("opentype");
}
body {
font-family: 'myriad_pro';
font-size: 16px;
font-weight: normal;
}
h1 {
color: #272727;
font-family: 'red_ring';
font-size: 24px;
font-weight: 500;
text-transform: uppercase;
}
h2 {
color: #272727;
font-family: 'red_ring';
font-size: 24px;
font-weight: 500;
text-transform: uppercase;
}
h3 {
color: #272727;
font-family: 'red_ring';
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
}
.textField input {display: block; margin-left: auto; margin-right: auto;}
.help {
width: 90%;
margin-left: auto;
margin-right: auto;
}
.mainDiv {text-align: center;}
.mainDiv img {margin: 20px 0 20px 0;}