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_04.scss
82 lines (66 loc) · 1.57 KB
/
scene_04.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
#s_04 {
background-image: url("../images/4stonewall/bg.jpg");
background-size: cover;
.wrapper {
width: 100%;
height: 100%;
.imagecover {
position: absolute;
left: 0;
background-color: black;
opacity: .8;
width: 100%;
height: 100%;
z-index: 0;
}
p{
font-family: itc-american-typewriter-cond, serif;
font-weight: 700;
font-style: normal;
background-color: white;
color: black;
font-size: 1vw;
padding: 1%;
}
.blk01 {
position: absolute;
left: 25%;
margin-top: 10%;
}
.blk02 {
position: absolute;
left: 35%;
margin-top: 20%;
}
.blk03 {
position: absolute;
left: 20%;
margin-top: 30%;
}
.blk04 {
position: absolute;
left: 25%;
margin-top: 10%;
}
.blk05 {
position: absolute;
left: 15%;
margin-top: 22%;
}
.blk06 {
position: absolute;
left: 20%;
margin-top: 35%;
}
.blk07 {
position: absolute;
left: 25%;
margin-top: 10%;
}
.blk08 {
position: absolute;
left: 15%;
margin-top: 22%;
}
}
}