-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
58 lines (50 loc) · 858 Bytes
/
index.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
html, body {
margin: 0;
}
body {
font: 13px Roboto, Meiryo, "Helvetica Neue", Arial, sans-serif;
font-weight: 200;
background-color: #333;
color: #EEE;
/*padding-bottom: 15%;*/
}
a {
color: #EEE;
}
.cover {
height: 100%;
background-color: #000;
background-position: bottom;
background-image: url("./img/nimrod_welcome.svg");
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
.cover-logo {
height: 100px;
stroke: #DDD;
fill: #DDD;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.contact {
position: relative;
height: 50%;
}
.contact-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.btn {
border-color: #90ec79;
border-width: 2px;
}
.footer {
margin-top: 10em;
position: relative;
height: 4em;
}