File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change @@ -517,3 +517,51 @@ ul.speaking-list {
517
517
max-width : 60% ;
518
518
}
519
519
}
520
+
521
+ header {
522
+ padding : 40px 20px ;
523
+ margin-bottom : 20px ;
524
+ /* background-color: black; */
525
+ }
526
+ .slider-container {
527
+ min-height : 300px ;
528
+ display : flex;
529
+ justify-content : center;
530
+ align-items : center;
531
+ /* background-image: url("/assets/images/hero-bpd-background.jpg"); */
532
+ background-color : # 222 ;
533
+ padding : 40px ;
534
+ border-radius : 10px ;
535
+ margin : 0 auto;
536
+ width : 85% ;
537
+ /* max-width: 1000px; */
538
+ }
539
+ .email-circle {
540
+ width : 200px ;
541
+ height : 200px ;
542
+ background-color : # fff ;
543
+ border-radius : 50% ;
544
+ display : flex;
545
+ justify-content : center;
546
+ align-items : center;
547
+ margin : 0 auto 15px ;
548
+ overflow : hidden;
549
+ }
550
+ .email-circle img {
551
+ width : 100% ;
552
+ height : 100% ;
553
+ object-fit : cover;
554
+ }
555
+ .carousel-item {
556
+ text-align : center;
557
+ }
558
+ .post-title {
559
+ font-size : 25px ;
560
+ font-weight : bold;
561
+ color : white;
562
+ margin-bottom : 10px ;
563
+ }
564
+ .post-summary {
565
+ font-size : 15px ;
566
+ color : # f1f1f1 ;
567
+ }
You can’t perform that action at this time.
0 commit comments