-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshapeStyle.css
74 lines (74 loc) · 995 Bytes
/
shapeStyle.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
.first{
width: 80vw;
height: 70vh;
border-style: solid;
position: relative;
}
.firsthalf{
position: absolute;
display: block;
width: 100%;
height: 50%;
}
.Q1{
width: 20vw;
height: 20vh;
border-style: solid;
position: relative;
top:3vw;
left: 3vw;
float: left;
}
.Q2{
width: 20vw;
height: 20vh;
border-style: solid;
position: relative;
top:3vw;
left: 70%;
}
.firsthalfshapes{
width: 3vw;
height: 6vh;
position: absolute;
border-style: solid;
}
#circle{
position: absolute;
top: 25vh;
left: 35vw;
border-style: solid;
border-radius: 50%;
width: 10vw;
height: 20vh
}
.secondhalf{
position: absolute;
display: block;
top: 50%;
width: 100%;
height: 50%;
}
.Q3{
width: 20vw;
height: 20vh;
border-style: solid;
position: relative;
top:3vw;
left: 3vw;
float: left;
}
.Q4{
width: 20vw;
height: 20vh;
border-style: solid;
position: relative;
top: 3vw;
left: 70%;
}
.secondhalfshapes{
width: 7vw;
height: 6vh;
position: absolute;
border-style: solid;
}