File tree 3 files changed +13
-4
lines changed
3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "liveServer.settings.port" : 5501
3
+ }
Original file line number Diff line number Diff line change 374
374
padding-block : 80px ;
375
375
background-color : var (--bg-color );
376
376
377
- animation : enterFromLeft ease-in-out forwards;
377
+ animation : enterFromLeft ease forwards;
378
378
animation-timeline : view ();
379
379
animation-range : entry 0% cover 25% ;
380
380
405
405
}
406
406
407
407
& .card {
408
+ width : 100% ;
409
+ position : relative;
408
410
@media (max-width : 821px ) {
409
411
width : 100% ;
410
412
margin : 0 auto;
Original file line number Diff line number Diff line change 331
331
/* 修飾圖片底部與畫框之間的白縫隙 */
332
332
display : block;
333
333
}
334
- /* & img:hover {
335
- transition: all 0.3s ease;
334
+ & img : hover {
335
+ transition : all 0.4 s ease;
336
336
border-radius : 50% ;
337
+ outline : auto;
338
+ outline-color : # aa0601 ;
339
+ outline-width : 5px ;
340
+ outline-style : solid;
337
341
cursor : pointer;
338
- } */
342
+ }
339
343
}
340
344
341
345
& .text {
You can’t perform that action at this time.
0 commit comments