@@ -110,8 +110,12 @@ figure {
110
110
position : relative;
111
111
z-index : 1 ;
112
112
113
+ border : 5px transparent;
114
+
115
+ background-clip : content-box;
113
116
}
114
117
118
+
115
119
.figure-image-container {
116
120
background : transparent;
117
121
position : relative;
@@ -123,7 +127,15 @@ figure {
123
127
min-height : 100px ;
124
128
margin-left : auto;
125
129
margin-right : auto;
126
-
130
+
131
+ border-radius : 180px ;
132
+
133
+ transition : transform 0.3s ease-out;
134
+
135
+ }
136
+
137
+ .figure-image-container : hover {
138
+ transform : scale (1.05 );
127
139
}
128
140
129
141
.figure-image-container : after {
@@ -133,10 +145,13 @@ figure {
133
145
left : calc (-1 * 5px );
134
146
height : calc (100% + 5px * 2 );
135
147
width : calc (100% + 5px * 2 );
148
+
136
149
background : linear-gradient (60deg , # f79533, # f37055, # ef4e7b, # a166ab, # 5073b8, # 1098ad, # 07b39b, # 6fba82 );
137
150
border-radius : 180px ;
138
151
animation : animatedgradient 3s ease alternate infinite;
139
152
background-size : 300% 300% ;
153
+
154
+ transition : transform 0.3s ease-out;
140
155
}
141
156
142
157
@@ -159,11 +174,9 @@ figure {
159
174
160
175
.figure-image : hover ,
161
176
.figure-image-e : hover {
162
- transform : scale (1.05 );
163
177
}
164
178
165
179
.figure-image-e3 : hover {
166
- transform : scale (1.05 );
167
180
}
168
181
169
182
.row100 : hover {
@@ -205,9 +218,17 @@ figure {
205
218
max-height : 200px ;
206
219
min-width : 80px ;
207
220
min-height : 80px ;
221
+
222
+ transition : transform 0.3s ease-out;
223
+
224
+ border-radius : 180px ;
208
225
209
226
}
210
227
228
+ .figure-image-container-e : hover {
229
+ transform : scale (1.05 );
230
+ }
231
+
211
232
.figure-image-container-e : after {
212
233
content : '' ;
213
234
position : absolute;
@@ -220,9 +241,12 @@ figure {
220
241
z-index : -1 ;
221
242
animation : animatedgradient 3s ease alternate infinite;
222
243
background-size : 300% 300% ;
244
+
245
+ transition : transform 0.3s ease-out;
223
246
}
224
247
225
248
249
+
226
250
@keyframes animatedgradient {
227
251
0% {
228
252
background-position : 0% 50% ;
@@ -270,8 +294,15 @@ figure {
270
294
min-width : 80px ;
271
295
min-height : 80px ;
272
296
297
+ transition : transform 0.3s ease-out;
298
+
299
+ border-radius : 180px ;
300
+
273
301
}
274
302
303
+ .figure-image-container-e3 : hover {
304
+ transform : scale (1.05 );
305
+ }
275
306
.figure-image-container-e3 : after {
276
307
content : '' ;
277
308
position : absolute;
@@ -284,10 +315,13 @@ figure {
284
315
animation : animatedgradient 3s ease alternate infinite;
285
316
z-index : 0 !important ;
286
317
background-size : 300% 300% ;
318
+
319
+ transition : transform 0.3s ease-out;
287
320
}
288
321
289
322
290
323
324
+
291
325
.figure-caption {
292
326
color : lightgray;
293
327
font-size : 1.4rem !important ;
@@ -529,6 +563,18 @@ a:focus {
529
563
width : 14vw ;
530
564
height : 14vw ;
531
565
}
566
+ .figure-image-container {
567
+ width : 20vw !important ;
568
+ height : 20vw !important ;
569
+ }
570
+ .figure-image-container-e3 {
571
+ width : 14vw !important ;
572
+ height : 14vw !important ;
573
+ }
574
+ .figure-image-container-e {
575
+ width : 14vw !important ;
576
+ height : 14vw !important ;
577
+ }
532
578
.directors {
533
579
padding : 0vw 12.5vw ;
534
580
}
@@ -550,6 +596,11 @@ a:focus {
550
596
}
551
597
}
552
598
599
+ .directors > figure {
600
+ margin-left : 10px ;
601
+ margin-right : 10px ;
602
+ }
603
+
553
604
# ssssc {
554
605
min-height : 760px ;
555
606
}
0 commit comments