-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path4.css
More file actions
49 lines (40 loc) · 725 Bytes
/
Copy path4.css
File metadata and controls
49 lines (40 loc) · 725 Bytes
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
body {
background-color: #E6E6E6;
line-height:3vh;
}
header {
position: absolute;
top: 0vh;
width: 100vw;
height: calc(100 / 960 * 100vh);
background-color: #EEEEEE;
}
img#b{
position: absolute;
left: 0vw;
top: 1vh;
height: calc(100 / 960 * 100vh);
}
h1#oes,h1#oes1{
position: absolute;
top: -1.8vh;
left: 28vw;
text-align:center;
font-size: 5vh;
}
div#main {
position: absolute;
top: calc(100 / 960 * 100vh);
width: 100vw;
height: calc(860 / 960 * 100vh);
background-color: #E6E6E6;
}
div#main2 {
position: absolute;
top: calc(100 / 960 * 100vh);
width: 100vw;
height: calc(860 / 960 * 100vh);
background-color: #E6E6E6;
font-size: 5vh;
text-align:center;
}