-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
59 lines (49 loc) · 901 Bytes
/
stylesheet.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
body {
font-size: 24px;
font-family: Arial, Helvetica, sans-serif;
/* background: linear-gradient(to bottom, #ffffff 0%, #3399ff 100%); */
}
img {
display: block;
max-width: 100%;
height: auto;
}
li {
margin-bottom: 2%;
}
#mission {
margin-left: 2%
}
.thumbnail {
border: 1px solid #ddd;
border-radius: 4px;
padding: 5px;
width: 150px;
}
.fa {
font-size: 30px;
width: 75px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
}
.fa:hover {
opacity: 0.7;
}
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
}
#main_img {
-webkit-box-shadow: 0 0 87px 14px rgba(0,0,0,0.28);
-moz-box-shadow: 0 0 87px 14px rgba(0,0,0,0.28);
box-shadow: 0 0 87px 14px rgba(0,0,0,0.28);
}
/* Remove 000webhost watermark */
div a[href^="https://www.000webhost.com/"] img
{
display: none;
}