-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage.css
More file actions
52 lines (46 loc) · 747 Bytes
/
page.css
File metadata and controls
52 lines (46 loc) · 747 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
#logo {
position: absolute;
top: 20px;
left: 0;
bottom: 0;
right: 0;
padding: 10px;
font-family: sans-serif;
display: inline-block;
text-align: center;
}
#vh {
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
#social{
text-align: center;
padding: 10px;
}
.box{
text-align: center;
border-radius: 11px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
padding: 25px;
width: 40em;
height: 10em;
background: white;
}
body {
background: #8acdff;
font-family: sans-serif;
}
#footer{
margin: 20px 20px;
text-align: right;
bottom: 20px;
}
.footer_link{
display: inline-block;
font-size: 12px;
line-height: 10px;
}