-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle1.css
65 lines (56 loc) · 901 Bytes
/
style1.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
/* #981CEB */
html, body {
margin: 0;
padding:0;
}
body {
margin: 10px 0;
background: #efeff4!important;
font-family: "SF Pro Display", "SF Pro", "Helvetica Neue", "Roboto", "Segoe UI", Helvetica, Arial, Verdana, sans-serif;
}
a {
color: #b342ff;
}
a:hover {
opacity: 0.9;
}
h1, .content, .buttons {
padding: 20px;
}
h1 {
margin: 0;
text-align: center;
}
p, .content, .buttons {
padding: 20px;
}
p {
margin: 0;
text-align: center;
}
.card {
max-width: 600px;
margin: 0 auto;
/*border: 2px solid #fff;*/
}
.content {
padding-top: 0;
}
.buttons {
/*border-top: 1px solid #fff;*/
padding: 20px 15px;
display: flex;
}
.buttons a {
text-align: center;
border: 1px solid #ddd;
background: #ffffff;
font-weight: bold;
color: #000;
display: inline-block;
padding: 10px;
text-decoration: none;
text-align: center;
flex: 1;
margin: 0 5px;
}