-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path4.css
99 lines (86 loc) · 1.45 KB
/
4.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
body {
background-color: #F5D6C6;
margin: auto;
margin-top: 10px;
width: 60%;
padding: 10px;
text-align: center;
}
.div1 {
visibility: hidden;
}
h3 {
font-size: 28px;
}
#try1 {
position: absolute;
visibility: visible;
left: 90px;
top: 300px;
/* z-index: 200; */
}
#try5 {
position: absolute;
visibility: visible;
left: 370px;
top: 600px;
}
#try6 {
position: absolute;
visibility: visible;
top: 170px;
left: 330px;
}
#try1 input, #try3 input, #try6 input {
background-color: #F5D6C6;
border: 2px solid #F5D6C6;
cursor: pointer;
height: 100px;
width: 100px;
}
#try2 {
position: absolute;
visibility: visible;
right: 340px;
top: 480px;
/* z-index: 200; */
}
#try2 input, #try4 input{
background-color: #F5D6C6;
border: 2px solid #F5D6C6;
cursor: pointer;
height: 45px;
width: 80px;
}
#try5 input {
background-color: #F5D6C6;
border: 2px solid #F5D6C6;
cursor: pointer;
height: 65px;
width: 65px;
}
#try3 {
position: absolute;
visibility: visible;
right: 130px;
top: 190px;
}
#try4 {
position: absolute;
visibility: visible;
right: 320px;
top: 700px;
}
button {
top: 695px;
right: 410px;
background-color: #F5D6C6;
border: 2px solid #F5D6C6;
color: #F5D6C6;
cursor: pointer;
position: absolute;
}
img {
width: 550px;
height: 600px;
}