Skip to content

Commit ec1282f

Browse files
committed
Carousel slider styled
1 parent f6ed552 commit ec1282f

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

assets/css/bpd.css

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,3 +517,51 @@ ul.speaking-list {
517517
max-width: 60%;
518518
}
519519
}
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+
}

0 commit comments

Comments
 (0)