forked from FdelMazo/contribution-mural
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
60 lines (51 loc) · 978 Bytes
/
style.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
@font-face {
font-family: 'Andes';
src: url('andes-webfont.woff2') format('woff2'),
url('andes-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
body, html {
height: 100%;
margin: 0;
text-align: center;
align-content: center;
}
.bg {
background-image: url("background.jpg");
max-height: 100%;
height: auto;
background-position: bottom;
background-size: cover;
background-attachment: fixed;
}
#commit {
text-align: center;
padding: 1em;
width: 80%;
background-color: azure;
display:inline-block;
margin: 0.5em auto;
}
h1 {
margin: 0.2em auto;
font-family: 'Andes';
font-size: 4em;
color: azure;
text-align: center;
}
h2 {
margin: 0.2em auto;
font-size: 1em;
color: azure;
text-align: center;
}
img {
height: 7em;
padding: 0.2em;
}
.img-icon {
height: 16px;
margin: -20px 0;
vertical-align: middle;
}