This repository was archived by the owner on Aug 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscene_05.scss
82 lines (75 loc) · 2 KB
/
scene_05.scss
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
72
73
74
75
76
77
78
79
80
81
82
#s_05 {
.s_05wrapper {
width: 100%;
height: 100%;
background-color: #130F0E;
.rocky {
.bg {
width: 100%;
height: 100%;
position: absolute;
left: 0;
z-index: 1;
}
.txt {
position: absolute;
left: 10%;
z-index: 12;
margin-top: 10%;
display: flex;
flex-flow: column nowrap;
p {
font-family: league-gothic, sans-serif;
font-weight: 400;
font-style: normal;
color: #EE1C25;
font-size: 1.5vw;
text-transform: uppercase;
width: 26%;
padding: 1%;
}
}
}
.paris {
.bg {
width: 100%;
height: 100%;
position: absolute;
left: 0;
z-index: 0;
}
.txt {
position: absolute;
left: 41.57%;
z-index: 12;
margin-top: 26%;
display: flex;
flex-flow: row nowrap;
}
p {
font-family: league-gothic, sans-serif;
font-weight: 400;
font-style: normal;
color: #EE1C25;
font-size: 1.8vw;
text-transform: uppercase;
width: 46%;
padding: 1%;
}
}
}
}
@media only screen
and (min-width : 1224px)
and (max-device-width : 1600px) {
.rocky {
.txt {
position: absolute;
top: -5%;
margin-left: 5%;
p {
background-color: black;
}
}
}
}