-
Notifications
You must be signed in to change notification settings - Fork 2
/
scroll_final.css
80 lines (68 loc) · 1.06 KB
/
scroll_final.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
72
73
74
75
76
77
78
79
80
.section {
color: black;
}
.s0 {
background-color: black;
}
.ss1 :not(#ss1_1) {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
#ss1_1 {
height: 76px;
width: 600px;
margin-left: 10em;
margin-top: 0px;
}
#ss1_2 {
height: 430px;
width: 1100px;
margin-left: 24em;
margin-top: 40px;
}
#ss1_3 {
height: 120px;
width: 980px;
margin-top: 20px;
position: absolute;
z-index: 1;
}
#ss1_3 {
position: absolute;
z-index: 2;
}
#ss1_4 {
width: 86em;
margin-top: 28px;
}
#line1 {
width: 46em;
height: 1px;
border-style: dotted;
border-bottom: 1px;
border-color: #ff9933;
margin-top: 10px;
}
#ss2_1 {
position: absolute;
z-index: 1;
margin-left: 20em;
height: 280px;
margin-top: 80px;
}
#ss2_2 {
height: 400px;
width: 78%;
margin-left: 15em;
}
#ment3_container {
align-items: center;
align-content: center;
}
.s2 {
align-items: center;
align-content: center;
justify-content: center;
}