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_02.scss
65 lines (60 loc) · 1.52 KB
/
scene_02.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
#s_02 {
background-image: url("../images/3prohibition/texture.png");
background-repeat: repeat;
.s_02wrapper {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-content: center;
align-items: center;
justify-items: center;
z-index: 100;
margin-left: 25%;
.header h1{
position: absolute;
top: 5vh;
}
video {
position: absolute;
/*! top: 10; */
right: 0;
min-width: 100%;
min-height: 100%;
/* width: auto;
height: auto; */
width: 100%;
height: 100%;
z-index: 1;
}
.s_02txtline {
font-size: 2.6vw;
text-shadow: #333 1px 1px 1px;
z-index: 1000;
ul {
list-style-type: none;
// width: 50%;
}
.txt {
position: absolute;
width: 50%;
left: 25%;
top: 50%;
transform: translateX(-25%);
transform: trasnlateY(-50%);
// margin-top: auto;
// margin-bottom: auto;
}
}
}
}
@media only screen and (min-width : 1224px) and (max-device-width : 1600px) {
#s_02 {
.s_02wrapper {
.s_02txtline {
font-size: 2vw;
width: 40%;
}
}
}
}