🌐
CodePen
codepen.io › tutsplus › pen › ZKpNwm
Building a Horizontal Timeline With CSS and JavaScript
HTML CSS JS Result · HTML Options · Format HTML · View Compiled HTML · Analyze HTML · Maximize HTML Editor · Minimize HTML Editor · Fold All · Unfold All · <section class="section intro"> <div class="container"> <h1>Horizontal Timeline &rarr;</h1> <p>Timeline v2 <a href="https://codepen.io/tutsplus/full/GRYEwXX" target="_blank">here</a></p> </div> </section> <section class="timeline"> <ol> <li> <div> <time>1934</time> At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium </div> </li> <li> <div> <time>1937</time> Proin quam velit, efficitur vel neque vitae, rhoncus commodo mi.
🌐
CodePen
codepen.io › jessyca27 › pen › vGoBex
CSS Timeline Horizontal
In CodePen, whatever you write in the HTML editor is what goes within the <body> tags in a basic HTML5 template. If you need things in the <head> of the document, put that code here. ... The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https. ↑ Insert the most common viewport meta tag · CSS ...
🌐
CodePen
codepen.io › ritz078 › pen › LGRWjE
horizontal timeline
/* -------------------------------- Primary style -------------------------------- */ @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro); *, *::after, *::before { box-sizing: border-box; } html { font-size: 62.5%; } body { font-size: 1.6rem; font-family: "Source Sans Pro", sans-serif; color: #383838; background-color: #f8f8f8; } a { color: #7b9d6f; text-decoration: none; } /* -------------------------------- Main Components -------------------------------- */ .cd-horizontal-timeline { opacity: 0; margin: 2em auto; -webkit-transition: opacity 0.2s; -moz-transition: opacity 0.2
🌐
Freebie Supply
freebiesupply.com › blog › css-timeline-examples-from-codepen
25+ CSS Timeline Examples From CodePen 2018 - Freebie Supply
An awesome timeline sequence version built with Angular and simple CSS. See the Pen Timeline Sequence V1 by xander1820 (@xander1820) on CodePen. A simple horizontal HR timeline.
🌐
CodePen
codepen.io › iqbaltaher › pen › abbXRxb
Simple Horizontal Timeline with Pure CSS
This pen will show you how to code horizontal timeline with css only....
🌐
CodePen
codepen.io › nickoafan › pen › eJMaBx
Horizontal Timeline Responsive
In CodePen, whatever you write in the HTML editor is what goes within the <body> tags in a basic HTML5 template. If you need things in the <head> of the document, put that code here. ... The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https. ↑ Insert the most common viewport meta tag · CSS ...
🌐
CodePen
codepen.io › tag › horizontal timeline
Pens tagged 'horizontal timeline' on CodePen
CodePen doesn't work very well without JavaScript · We're all for progressive enhancement, but CodePen is a bit unique in that it's all about writing and showing front end code, including JavaScript. It's required to use most of the features of CodePen · Need to know how to enable it?
🌐
CodePen
codepen.io › eggeriley › pen › ZEVBJQr
Static HTML Horizontal Timeline - Simple CSS Timeline Demo
<main id="main" class="section-margin section-padding"> <header> <h1>Static HTML Horizontal Timeline - Simple CSS Timeline Demo</h1> </header> <div style="min-height: 250px;"> <div style="position: relative;"> <div class="timeline"> <div class="card-item-pcblue"><span aria-hidden="true" class="fa fa-stack fa-2x circle-custom" style="font-size: 1.5rem;"><i aria-hidden="true" class="fa fas fa-circle fa-stack-2x"></i> <i aria-hidden="true" class="fa fa-hard-hat fa-stack-1x fa-inverse"></i> &nbsp;</span> <div class="subcard"><strong>September 2023</strong> <br>Contractor is selected and initial wo
🌐
CodePen
codepen.io › zhaoyafei › pen › yLXegPr
Horizontal Timeline design using html,css and bootstrap
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> </head> <div class="container"> <div class="row"> <div class="col-md-12 col-sm-12 col-xs-12"> <section class="main-timeline-section"> <div class="timeline-start"></div> <div class="conference-center-line"></div> <div class="conference-timeline-content"> <div class="timeline-article timeline-article-top"> <div class="content-date"> <span>10-09-2017</span> </div> <div class="meta-date"></div> <div class="content-box"> <p>Lorem ipsum dolor sit amet, co
Find elsewhere
🌐
CodePen
codepen.io › acxix92 › pen › yzOazE
horizontal animated timeline
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro); *, *::after, *::before { box-sizing: border-box; } html { font-size: 62.5%; } body { font-size: 1.6rem; font-family: "Source Sans Pro", sans-serif; color: #383838; background-color: #f8f8f8; } a { color: #0099ff; text-decoration: none; } /* -------------------------------- Main Components -------------------------------- */ .cd-horizontal-timeline { opacity: 0; margin: 2em auto; -webkit-transition: opacity 0.2s; -moz-transition: opacity 0.2s; transition: opacity 0.2s; } .cd-horizontal-timeline::before { /* never visible - th
🌐
CodePen
codepen.io › mishamean › pen › PEoWrK
horizontal timeline ex
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro); *, *::after, *::before { box-sizing: border-box; } html { font-size: 62.5%; } body { font-size: 1.6rem; font-family: "Source Sans Pro", sans-serif; color: #383838; background-color: #f8f8f8; } a { color: #7b9d6f; text-decoration: none; } /* -------------------------------- Main Components -------------------------------- */ .cd-horizontal-timeline { opacity: 0; margin: 2em auto; -webkit-transition: opacity 0.2s; -moz-transition: opacity 0.2s; transition: opacity 0.2s; } .cd-horizontal-timeline::before { /* never visible - th
🌐
FreeFrontend
freefrontend.com › css-timelines
91 CSS Timelines
March 17, 2026 - CSS Timelines collection for chronological UI design. Download free HTML/CSS code for responsive sequential layouts. View updated CodePen demos.
🌐
CodyHouse
codyhouse.co › gem › horizontal-timeline
Horizontal Timeline in CSS and JavaScript | CodyHouse
Building a horizontal timeline was a bit tricky, because you can’t rely on the vertical (more intuitive) scrolling behaviour. We decided to separate timeline and events, with the first one working like a slider, while the second one occupying the full width and showing a single event at a time. 👋 Important: this experiment is built using the CodyHouse Framework. The HTML structure is composed by two main ordered lists: the first one containing the timeline dates and the second one the events.
🌐
CodePen
codepen.io › ui-anmol › pen › YzjyeEr
HTML & CSS horizontal timeline (Responsive, light and accessibility friendly)
<div class="container"> <div class="header">HTML & CSS horizontal timeline</div> <div class="experience-what"> </div> <div class="experience-items"> <div class="experience-content"> <div class="experience-marker"></div> <div class="experience-box">Responsiveness</div> </div> <div class="experience-content"> <div class="experience-marker"></div> <div class="experience-box">Accessiblity</div> </div> <div class="experience-content"> <div class="experience-marker"></div> <div class="experience-box">Performance</div> </div> </div> </div> !
🌐
CodePen
codepen.io › tutsplus › pen › GRYEwXX
Building a Horizontal Timeline With CSS and JavaScript (Scrolling Implementation)
HTML CSS JS Result · HTML Options · Format HTML · View Compiled HTML · Analyze HTML · Maximize HTML Editor · Minimize HTML Editor · Fold All · Unfold All · <section class="section intro"> <div class="container"> <h1>Horizontal Timeline v2 &rarr;</h1> <p>Timeline v1 <a href="https://codepen.io/tutsplus/full/ZKpNwm" target="_blank">here</a></p> </div> </section> <section class="timeline"> <div class="info"> <img width="50" height="50" src="https://assets.codepen.io/210284/face.svg" alt="" /> <h2>Company History</h2> <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium</p> <p> <a href="">Learn more &gt;</a> </p> </div> <ol> <li> <div> <time>1934</time> At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium At vero eos et accusamus et iusto odio dignissimos.
🌐
CodePen
codepen.io › adhitamafikri › pen › WKwwLd
Horizontal Timeline (Animated)
Horizontal timeline made with HTML, CSS (.scss), and VueJS. A point will have a pulsing animation if...
🌐
CodePen
codepen.io › douglasdelatore › pen › Vorqpa
CSS horizontal timeline
In CodePen, whatever you write in the HTML editor is what goes within the <body> tags in a basic HTML5 template. If you need things in the <head> of the document, put that code here. ... The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https. ↑ Insert the most common viewport meta tag · CSS ...
🌐
Sarah
sarahdepalo.hashnode.dev › create-a-responsive-horizontal-timeline
Responsive Horizontal Timeline | CodePen - Sarah - Hashnode
April 7, 2022 - Learn how to create a responsive horizontal timeline. Horizontal on desktop and vertical on mobile...what more could you need! :)
🌐
CodePen
codepen.io › hosseinganjyar › pen › LowGKv
Horizontal Timeline - advance
In CodePen, whatever you write in the HTML editor is what goes within the <body> tags in a basic HTML5 template. If you need things in the <head> of the document, put that code here. ... The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https. ↑ Insert the most common viewport meta tag · CSS ...
🌐
CodePen
codepen.io › pratiktsingh17 › pen › RVNPEX
Responsive Horizontal Timeline
In CodePen, whatever you write in the HTML editor is what goes within the <body> tags in a basic HTML5 template. If you need things in the <head> of the document, put that code here. ... The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https. ↑ Insert the most common viewport meta tag · CSS ...