- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
Latest commit
executable file
·59 lines (48 loc) · 804 Bytes
/
Copy pathindex.css
File metadata and controls
executable file
·59 lines (48 loc) · 804 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
55
56
57
58
59
@importurl('https://fonts.googleapis.com/css?family=Lato');
html,body {
font-family:'Lato', sans-serif;
}
.container {
display: flex;
min-height:100vh;
flex-direction: column;
margin:0;
}
.main {
width:700px;
margin: auto;
flex:1;
}
.main__title {
margin-top:30px;
text-align: center;
}
.main__back-btn {
height:40px;
width:40px;
margin-right:5px;
display: inline-block;
line-height:34px;
text-decoration: none;
color:#fff;
background:#000;
border-radius:50%;
}
.main__description {
line-height:22px;
text-align: center;
}
.footer {
height:50px;
width:100%;
background:#222;
color:#fff;
}
.footer__inner {
height:50px;
width:700px;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
}