-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
43 lines (42 loc) · 1.03 KB
/
style.css
File metadata and controls
43 lines (42 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
@media screen and (min-width:1000px) {
.hero{
background-image: url('assets/rode2.jpg');
height: 100vh;
margin-top: 90px;
background-position: center;
background-size: cover;
}
.hero1{
background-image: url('assets/rode3.jpg');
height: 100vh;
background-position: center;
background-size: cover;
}
.hero2{
background-image: url('assets/rode4.jpg');
height: 100vh;
background-position: center;
background-size: cover;
}
.hero3{
background-image: url('assets/rode5.jpg');
height: 100vh;
background-position: center;
background-size: cover;
}
.hero4{
background-image: url('assets/rode6.jpg');
height: 100vh;
background-position: center;
background-size: cover;
}
.hero5{
background-image: url('assets/rode7.jpg');
height: 100vh;
background-position: center;
background-size: cover;
}
}
header{
top: 0;
}