-
Notifications
You must be signed in to change notification settings - Fork 0
/
micro.css
71 lines (58 loc) · 1.03 KB
/
micro.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
60
61
62
63
64
65
66
67
68
69
70
71
body {
font-size: 16px;
margin: 0;
padding: 0;
box-sizing: border-box;
}
.nav-list {
display: flex;
justify-content: space-around;
background: #fff;
padding: 1.2em;
margin: 0;
}
.site-brending {
position: absolute;
bottom: 120px;
}
.navigation {
position: absolute;
width: 100vw;
bottom: 0;
}
.nav-list li {
font-size: 1.2em;
color: #222;
text-decoration: none;
list-style: none;
}
.topchik {
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 1;
}
.header {
background-image: url(https://microdevops.com/wp-content/uploads/2019/01/cropped-thomas-kvistholt-191153-unsplash-4.jpg);
height: 100vh;
}
.wrap-nav {
padding: 3em 3em 0 3em;
max-width: 800px;
margin: 0;
}
.site-title {
color: #fff;
font-size: 2em;
}
.site-desc {
color: #fff;
opacity: 0.8;
line-height: 40px;
margin: 0;
}
.block {
background-image: url(https://i2.wp.com/microdevops.com/wp-content/uploads/2019/02/cesar-carlevarino-aragon-778069-unsplash.jpg?resize=2000%2C1200&ssl=1);
height: 100vh;
}