Timeline sample

Developer
Size
2,263 Kb
Views
18,216

How do I make an timeline sample?

What is a timeline sample? How do you make a timeline sample? This script and codes were developed by Tommy on 30 December 2022, Friday.

Timeline sample Previews

Timeline sample - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Timeline sample</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <ul class="timeline"> <li> <p class="timeline-date">Aug 2014</p> <div class="timeline-content"> <h2>Lorem ipsum</h2> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.</p> </div> </li> <li> <p class="timeline-date">Feb 2012</p> <div class="timeline-content"> <h2>Lorem ipsum</h2> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.</p> </div> </li> <li> <p class="timeline-date">Sep 2011</p> <div class="timeline-content"> <h2>Lorem ipsum</h2> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.</p> </div> </li>
</ul>
</body>
</html>

Timeline sample - Script Codes CSS Codes

* { margin: 0; padding: 0; box-sizing: border-box;
}
.timeline { list-style: none;
}
.timeline > li { margin-bottom: 60px;
}
h2 { margin: 16px 0 20px;
}
@media (min-width: 640px) { .timeline { list-style: none; width: 600px; margin: 10px auto; } .timeline > li { overflow: hidden; position: relative; padding: 0 10px; margin: 0; } .timeline-date { float: left; width: 20%; margin-top: 22px; } .timeline-content { float: left; border-left: 3px solid #ddd; width: 80%; padding: 0 24px; } .timeline-content:before { content: ''; width: 10px; height: 10px; background: #00BBDD; position: absolute; top: 26px; left: 122px; border-radius: 100%; }
}
Timeline sample - Script Codes
Timeline sample - Script Codes
Home Page Home
Developer Tommy
Username hoehoe
Uploaded December 30, 2022
Rating 3
Size 2,263 Kb
Views 18,216
Do you need developer help for Timeline sample?

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!

Tommy (hoehoe) Script Codes
Create amazing Facebook ads 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!