-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.css
More file actions
54 lines (46 loc) · 712 Bytes
/
app.css
File metadata and controls
54 lines (46 loc) · 712 Bytes
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
body {
font-family: open sans, helvetica, sans-serif;
font-size: 16px;
margin: 0;
/*background-color: #eee;*/
line-height: 1.5;
}
a {
color: #4a90e2;
}
p {
font-size: 18px;
margin-top: 0;
margin-bottom: 16px;
color: #666;
}
h1 {
margin-top: 0;
color: #4a90e2;
font-weight: 600;
font-size: 28px;
margin-bottom: 8px;
}
small {
font-size: 14px;
}
article section {
padding: 3rem 0;
}
footer p:last-child {
margin-bottom: 0;
}
.container {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
padding: 0 1rem;
}
.content {
background-color: #fff;
border-radius: .5rem;
padding: 4rem;
text-align: center;
border: 1px solid #ccc;
}