"Bootstrap 4 Timeline"
Bootstrap 4.1.1 Snippet by Mohan.P

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Poppins:400,500,600,700" rel="stylesheet"> <section class="experience pt-100 pb-100" id="experience"> <div class="container"> <div class="row"> <div class="col-xl-8 mx-auto text-center"> <div class="section-title"> <h4>bootstrap 4 timeline</h4> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit</p> </div> </div> </div> <div class="row"> <div class="col-xl-12"> <ul class="timeline-list"> <!-- Single Experience --> <li> <div class="timeline_content"> <span>2008</span> <h4>Intern Developer span</h4> <p>We gather your business and products information. We then determine the direction of the project and understand your goals and we combine your ideas with ours for an amazing website.</p> </div> </li> <!-- Single Experience --> <li> <div class="timeline_content"> <span>2007-2012</span> <h4>Junior Developer</h4> <p>We gather your business and products information. We then determine the direction of the project and understand your goals and we combine your ideas with ours for an amazing website.</p> </div> </li> <!-- Single Experience --> <li> <div class="timeline_content"> <span>2012-2015</span> <h4>Senior Developer</h4> <p>We gather your business and products information. We then determine the direction of the project and understand your goals and we combine your ideas with ours for an amazing website.</p> </div> </li> <!-- Single Experience --> <li> <div class="timeline_content"> <span>2015-2018</span> <h4>Project Manager</h4> <p>We gather your business and products information. We then determine the direction of the project and understand your goals and we combine your ideas with ours for an amazing website.</p> </div> </li> </ul> </div> </div> </div> </section>
.pt-100{ padding-top:100px; } .pb-100{ padding-bottom:100px; } .section-title { margin-bottom: 60px; } .section-title p { color: #777; font-size: 16px; } .section-title h4 { text-transform: capitalize; font-size: 40px; position: relative; padding-bottom: 20px; margin-bottom: 20px; font-weight: 600; } .section-title h4:before { position: absolute; content: ""; width: 60px; height: 2px; background-color: #ff3636; bottom: 0; left: 50%; margin-left: -30px; } .section-title h4:after { position: absolute; background-color: #ff3636; content: ""; width: 10px; height: 10px; bottom: -4px; left: 50%; margin-left: -5px; border-radius: 50%; } ul.timeline-list { position: relative; margin: 0; padding: 0 } ul.timeline-list:before { position: absolute; content: ""; width: 2px; height: 100%; background-color: #ff3636; left: 50%; top: 0; -webkit-transform: translateX(-50%); transform: translateX(-50%); } ul.timeline-list li { position: relative; clear: both; display: table; } .timeline_content { border: 2px solid #ff3636; background-color:#fff } ul.timeline-list li .timeline_content { width: 45%; color: #333; padding: 30px; float: left; text-align: right; } ul.timeline-list li:nth-child(2n) .timeline_content { float: right; text-align: left; } .timeline_content h4 { font-size: 22px; font-weight: 600; margin: 10px 0; } ul.timeline-list li:before { position: absolute; content: ""; width: 25px; height: 25px; background-color: #ff3636; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 50%; } .timeline_content span { font-size: 18px; font-weight: 500; font-family: poppins; color: #ff3636; }

Related: See More


Questions / Comments: