Skip to content

Commit 314be98

Browse files
committed
2 parents 89b03e1 + 7803d39 commit 314be98

File tree

1 file changed

+54
-3
lines changed

1 file changed

+54
-3
lines changed

css/main.css

+54-3
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,12 @@ figure {
110110
position: relative;
111111
z-index: 1;
112112

113+
border: 5px transparent;
114+
115+
background-clip:content-box;
113116
}
114117

118+
115119
.figure-image-container {
116120
background: transparent;
117121
position: relative;
@@ -123,7 +127,15 @@ figure {
123127
min-height: 100px;
124128
margin-left: auto;
125129
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);
127139
}
128140

129141
.figure-image-container:after {
@@ -133,10 +145,13 @@ figure {
133145
left: calc(-1 * 5px);
134146
height: calc(100% + 5px * 2);
135147
width: calc(100% + 5px * 2);
148+
136149
background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
137150
border-radius: 180px;
138151
animation: animatedgradient 3s ease alternate infinite;
139152
background-size: 300% 300%;
153+
154+
transition: transform 0.3s ease-out;
140155
}
141156

142157

@@ -159,11 +174,9 @@ figure {
159174

160175
.figure-image:hover,
161176
.figure-image-e:hover {
162-
transform: scale(1.05);
163177
}
164178

165179
.figure-image-e3:hover {
166-
transform: scale(1.05);
167180
}
168181

169182
.row100:hover {
@@ -205,9 +218,17 @@ figure {
205218
max-height: 200px;
206219
min-width: 80px;
207220
min-height: 80px;
221+
222+
transition: transform 0.3s ease-out;
223+
224+
border-radius: 180px;
208225

209226
}
210227

228+
.figure-image-container-e:hover {
229+
transform: scale(1.05);
230+
}
231+
211232
.figure-image-container-e:after {
212233
content: '';
213234
position: absolute;
@@ -220,9 +241,12 @@ figure {
220241
z-index: -1;
221242
animation: animatedgradient 3s ease alternate infinite;
222243
background-size: 300% 300%;
244+
245+
transition: transform 0.3s ease-out;
223246
}
224247

225248

249+
226250
@keyframes animatedgradient {
227251
0% {
228252
background-position: 0% 50%;
@@ -270,8 +294,15 @@ figure {
270294
min-width: 80px;
271295
min-height: 80px;
272296

297+
transition: transform 0.3s ease-out;
298+
299+
border-radius: 180px;
300+
273301
}
274302

303+
.figure-image-container-e3:hover {
304+
transform: scale(1.05);
305+
}
275306
.figure-image-container-e3:after {
276307
content: '';
277308
position: absolute;
@@ -284,10 +315,13 @@ figure {
284315
animation: animatedgradient 3s ease alternate infinite;
285316
z-index: 0 !important;
286317
background-size: 300% 300%;
318+
319+
transition: transform 0.3s ease-out;
287320
}
288321

289322

290323

324+
291325
.figure-caption {
292326
color: lightgray;
293327
font-size: 1.4rem !important;
@@ -529,6 +563,18 @@ a:focus {
529563
width: 14vw;
530564
height: 14vw;
531565
}
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+
}
532578
.directors {
533579
padding: 0vw 12.5vw;
534580
}
@@ -550,6 +596,11 @@ a:focus {
550596
}
551597
}
552598

599+
.directors > figure {
600+
margin-left: 10px;
601+
margin-right: 10px;
602+
}
603+
553604
#ssssc {
554605
min-height: 760px;
555606
}

0 commit comments

Comments
 (0)