-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
77 lines (68 loc) · 1.02 KB
/
style.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
/* * {
padding: 0;
margin: 0;
} */
body {
margin:0;
/* overflow: hidden; */
text-align: center;
font-size: 12px;
font-family: sans-serif;
color: #ff7300;
}
h1 {
position: absolute;
z-index: 1;
}
#topPar {
display: flex;
height: 100%;
flex-wrap: nowrap;
justify-content: center;
}
#topPar h2{
padding: 2em;
}
#long-scene p {
position: absolute;
display: flex;
}
#scene-container {
display: flex;
/* position:absolute; */
background-color: #5b5b5b;
justify-content: center;
z-index: 1;
}
#inBetween {
color: black;
height: 200px;
background-color: #24d473;
display: flex;
justify-content: center;
align-items: center;
font-size: x-large;
font-weight: 600;
z-index: 0;
}
span {
margin-left: 1.5em;
margin-top: -0.3em;
font-size: xx-large;
font-weight: 1000;
}
#long-scene {
max-height:min-content;
}
#long-scene p {
overflow-y: scroll;
height: 100%;
}
#fishEye {
padding: 0rem;
background-color: #6ac6ff;
}
#more {
background-color: #72fac1;
padding: 7rem;
}