-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
58 lines (55 loc) · 1.03 KB
/
style.css
File metadata and controls
58 lines (55 loc) · 1.03 KB
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
* {
list-style-type: none;
padding: 0;
margin: 0;
}
.forkme {
top: 0;
left: 0;
width: 138px;
height: 136px;
z-index: 1;
position: fixed;
text-indent: -99999px;
background: url( "images/fork.png" ) no-repeat;
}
body {
font-size: 16px;
background: #eee;
padding-top: 90px;
font-family: Arial, Helvetica, Sans-serif;
}
.navigation {
top: 0;
left: 0;
padding: 0 10%;
width: 100%;
position: fixed;
color: #fff;
box-sizing: border-box;
background: #363636;
text-align: center;
}
.navigation a {
color: inherit;
margin: 35px 5px;
line-height: 150%;
padding: 0 5px 0 20px;
display: inline-block;
text-decoration: none;
border-left: 1px solid #fff;
}
.navigation a.active { color: yellow; }
.navigation a:first-child { border: 0; }
.box {
width: 100vw;
height: 100vh;
font-size: 14vw;
padding-top: 100px;
text-align: center;
background: #4CD2DA;
}
.box:nth-child(2) { background: #59DAE2; }
.box:nth-child(3) { background: #4372A6; }
.box:nth-child(4) { background: #D8E0E3; }
.box:nth-child(5) { background: #4B565A; }