-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathZooming1.css
198 lines (191 loc) · 2.27 KB
/
Zooming1.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
@charset "utf-8";
/* CSS Document */
.mydiv{
background:#F00;
width:90%;
height:560px;
margin:15px 0px 0px 60px;
position:relative;
}
.main{
background:#FF0;
width:100%;
height:100%;
border:#000 solid 3px;
position:absolute
}
.A{
background:#F00;
width:15%;
height:112px;
float: left;
margin:50px 0px 0px 620px;
position:relative;
}
.A1{
background:#306;
width:100%;
height:100%;
position:absolute;
margin:-80px 0px 0px 0px;
}
.A1 h1{
color:#000;
text-align:center;
}
.A1:hover{
border-radius:50%;
transition:all ease-out 2s;
width:50%;
height:70%;
font-size:100%;
margin:25px;
opacity:0;
}
.A1:not(:hover){
transition:all ease-out 2s;
border-radius:0px;
}
.B{
background:#0F0;
width:15%;
height:20%;
margin:50px 0px 0px 800px;
}
.B1{
background:#333;
width:100%;
height:100%;
}
.a{
background:#F90;
width:15%;
height:20%;
float:left;
margin:0px 980px;
}
.a1{
background:#6F6;
width:100%;
height:100%;
}
.a1 img{
width:100%;
height:100%;
}
.b{
background:#30C;
width:15%;
height:20%;
margin:0px 800px;
}
.b1{
background:#F99;
width:100%;
height:100%;
}
.c{
background:#F39;
width:15%;
height:20%;
margin:-112px 620px;
}
.c1{
background:#0C0;
width:100%;
height:100%;
}
.c1 img{
width:100%;
height:100%;
margin:-112px 0px 0px 0px;
}
.d{
background:#603;
width:15%;
height:20%;
margin:-112px 440px;
position:relative;
}
.d1{
background:#366;
width:100%;
height:100%;
position:absolute;
}
.d1 img{
width:100%;
height:100%;
}
.d1 p{
margin:-50px 50px;
opacity:0;
}
.e{
background:#D12E67;
width:15%;
height:20%;
margin:-112px 260px;
}
.e1{
background:#09F;
width:100%;
height:100%;
}
.f{
background:#93F;
width:15%;
height:20%;
margin:-112px 80px;
}
.f1{
background:#936;
width:100%;
height:100%;
}
.x{
background:#6C3;
width:15%;
height:20%;
margin:110px 260px;
}
.x1{
background:#F96;
width:100%;
height:100%;
}
.x1 img{
width:100%;
height:100%;
margin:0px 0px 0px 0px;
}
.y{
background: #3FF;
width:15%;
height:20%;
margin:-220px 440px;
}
.y1{
background:#96F;
width:100%;
height:100%;
}
.y1 img{
width:100%;
height:100%;
}
.z{
background:#93F;
width:15%;
height:20%;
margin:108px 980px;
}
.z1{
background:#993;
width:100%;
height:100%;
}
.z1 img{
width:100%;
height:100%;
}