File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change 448
448
}
449
449
}
450
450
451
- // #team-showcase {
452
- // position: relative;
453
- // height: 50vh;
454
- // background: var(--black);
451
+ #team-showcase {
452
+ position : relative ;
453
+ height : 50vh ;
454
+ background : var (--black );
455
455
456
- // .hero-background {
457
- // width: 100%;
458
- // height: 100%;
459
- // background-size: cover;
460
- // background-position: center;
461
- // position: relative;
462
- // }
463
- // .overlay {
464
- // position: absolute;
465
- // top: 0;
466
- // left: 0;
467
- // width: 100%;
468
- // height: 100%;
469
- // background-color: rgba(0, 0, 0, 0.7);
470
- // display: flex;
471
- // align-items: flex-end;
472
- // justify-content: flex-start;
473
- // padding: 2rem;
474
- // }
475
- // }
456
+ .hero-background {
457
+ width : 100% ;
458
+ height : 100% ;
459
+ background-size : cover ;
460
+ background-position : center ;
461
+ position : relative ;
462
+ }
463
+ .overlay {
464
+ position : absolute ;
465
+ top : 0 ;
466
+ left : 0 ;
467
+ width : 100% ;
468
+ height : 100% ;
469
+ background-color : rgba (0 , 0 , 0 , 0.7 );
470
+ display : flex ;
471
+ align-items : flex-end ;
472
+ justify-content : flex-start ;
473
+ padding : 2rem ;
474
+ }
475
+ }
476
476
477
477
#member {
478
478
// this is for a shadow under the card, with the dark background it cant really be seen, consider making darker or removing
You can’t perform that action at this time.
0 commit comments