-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
116 lines (103 loc) · 1.8 KB
/
style.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
body {
background-color: #F7F7F7;
width: 335px;
margin: 0px;
border-radius: 25px;
}
.title {
margin: 20px 10px 25px 15px;
font-size: 33px;
font-weight: bold;
letter-spacing: 0.1em;
}
.subtitle {
margin: 15px 10px 15px 15px;
font-size: 20px;
font-weight: bold;
letter-spacing: 0.07em;
display: inline;
float: left;
}
.num {
margin: 12px 3px 15px 5px;
font-size: 30px;
display: inline;
}
.header {
width: 100%;
border-bottom: 1px solid #E2E2E2;
background-color: white;
padding: 0 0 0 15px;
}
.logoimg {
margin-left: 5px;
width: 80px;
}
.es {
width: 95%;
height: 50px;
margin: 10px 8px 10px 8px;
background-color: white;
border-color: #E2E2E2;
border-style: solid;
border-radius: 8px;
border-width: 1px;
}
.starimg {
padding: 1px 5px 0px 0px;
width: 28px;
vertical-align: bottom;
}
.affirm{
margin: 10px 25px 15px 0px;
font-size: 30px;
display: inline;
}
.orangesubtitle {
margin: 15px 10px 15px 15px;
font-size: 20px;
color: #F15025;
letter-spacing: 0.07em;
display: inline;
float: left;
}
.buttons {
text-align: center;
margin: 10px 0px 10px 0px;
}
#button1 {
background-color: #FF6E30;
border: none;
color: #FFF;
padding: 12px 30px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 6px 30px;
border-radius: 25px;
}
#button2 {
background-color: #30C5FF;
border: none;
color: #FFF;
padding: 12px 30px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 6px 30px;
border-radius: 25px;
}
#button3 {
background-color: #5100FE;
border: none;
color: #FFF;
padding: 12px 30px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 6px 30px;
border-radius: 25px;
}