Events 3

Home » Components » Events » Events 3

Events 3

Video Production

It is a long established fact that a reader will be distracted by the.

July
7th
Learn More
Learning A.I. in 2020

It is a long established fact that a reader will be distracted by the.

August
10th
Learn More

Video Production

It is a long established fact that a reader will be distracted by the.

July
7th
Learn More
Learning A.I. in 2020

It is a long established fact that a reader will be distracted by the.

August
10th
Learn More
/* ===== Events 3 ===== */

#events-3 .col-6:nth-child(2):before {
	content: '';
	position: absolute;
	left: -15px;
	top: 50%;
	-webkit-transform: translatey(-50%);
	    -ms-transform: translatey(-50%);
	        transform: translatey(-50%);
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-right: 15px solid #fff;
	border-bottom: 15px solid transparent;
}

#events-3 .calendar {
	right: 20px;
	bottom: 20px;
	width: 70px;
	text-align: center;
	font-weight: bold;
}

#events-3 .calendar .month {
	background: var(--bs-dark);
	color: #fff;
	padding: 5px;
}

#events-3 .calendar .day {
	padding: 5px;
	background: #eee;
	font-size: 20px;
}