Vertical timeline page

Size
2,267 Kb
Views
58,696

How do I make an vertical timeline page?

What is a vertical timeline page? How do you make a vertical timeline page? This script and codes were developed by Tushar Mehrotra on 13 September 2022, Tuesday.

Vertical timeline page Previews

Vertical timeline page - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Vertical timeline page</title> <link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css'>
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css'>
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.3/animate.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container"> <div class="timeline"> <div class="timeline-inner"> <div class="timeline-inner-img animated fadeInLeft"><i class="fa fa-sticky-note-o fa-2x"></i> </div> <div class="timeline-inner-img1 animated fadeInRight">14 July</div> <div class="timeline-inner-content"> <div class="wrap-text animated zoomIn"> <h3><i class="fa fa-file-pdf-o"></i>Lorem Ipsum is simply dummy text</h3> <p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</p> </div> </div> </div> <div class="timeline-inner"> <div class="timeline-inner-img animated fadeInLeft"><i class="fa fa-sticky-note-o fa-2x"></i> </div> <div class="timeline-inner-img1 animated fadeInRight">15 July</div> <div class="timeline-inner-content"> <div class="wrap-text"> <h3><i class="fa fa-file-pdf-o"></i>Lorem Ipsum is simply dummy text</h3> <p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</p> </div> </div> </div> <div class="timeline-inner"> <div class="timeline-inner-img animated fadeInLeft"><i class="fa fa-sticky-note-o fa-2x"></i> </div> <div class="timeline-inner-img1 animated fadeInRight">16 July</div> <div class="timeline-inner-content"> <div class="wrap-text"> <h3><i class="fa fa-file-pdf-o"></i>Lorem Ipsum is simply dummy text</h3> <p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</p> </div> </div> </div> <div class="timeline-inner"> <div class="timeline-inner-img animated fadeInLeft"><i class="fa fa-sticky-note-o fa-2x"></i> </div> <div class="timeline-inner-img1 animated fadeInRight">17 July</div> <div class="timeline-inner-content"> <div class="wrap-text"> <h3><i class="fa fa-file-pdf-o"></i>Lorem Ipsum is simply dummy text</h3> <p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</p> </div> </div> </div> </div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js'></script>
</body>
</html>

Vertical timeline page - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
body { background: #eef2f5;
}
.timeline{ width: 70%; min-height: 700px; margin: 10px auto; position: relative; background: #fff; font-family: 'Open Sans', sans-serif;
}
.timeline::before{ content: ''; width: 4px; min-height: 700px; background: #ccc; position: absolute; left: 5%; z-index: 2;
}
.timeline-inner{ position: relative; padding: 20px 0;
}
.timeline-inner-img{ width: 50px; height: 50px; background: #FF5E5B; border-radius: 50%; position: absolute; left: 5%; margin-left: -25px; z-index: 3; color: #fff; padding: 9px; border: 4px solid #fff;
}
.timeline-inner-img1{ position: absolute; width: 60px; height: 20px; background: #FF5E5B; top: 70px; left: 5%; margin-left: -30px; z-index: 3; margin-top: 10px; text-align: center; color: #fff; font-weight: bold;
}
.timeline-inner-content{ position: relative; width: 95%; min-height: 120px; left: 5%; padding: 5px 20px; border-bottom: 1px solid #fff; color: #4c5667;
}
.timeline-inner:last-child .timeline-inner-content{ border-bottom: 0;
}
.wrap-text{ width: 90%; margin: 0 auto;
}
.timeline-inner-content h3{ margin: 0; padding: 0; cursor: pointer; margin-bottom: 10px; font-size: 18px;
}
.timeline-inner-content h3 i{ margin-right: 5px;
}
.timeline-inner-content p{ margin-left: 25px; font-size: 16px;
}
Vertical timeline page - Script Codes
Vertical timeline page - Script Codes
Home Page Home
Developer Tushar Mehrotra
Username MTushar
Uploaded September 13, 2022
Rating 3
Size 2,267 Kb
Views 58,696
Do you need developer help for Vertical timeline page?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Tushar Mehrotra (MTushar) Script Codes
Create amazing video scripts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!