markiearnold / xtimeline

100% Responsive CSS-Only Timeline

Home Page:http://markiearnold.github.io/xtimeline/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XTimeline

100% Responsive CSS-Only Timeline

DEMO

Add CSS files to your <head>

   <head>
    ...
    <link rel="stylesheet" type="text/css" href="css/xtimeline.css">
    <link rel="stylesheet" type="text/css" href="css/xtimeline-theme.css">
   </head>

XTimeline HTML structure:

   <div class="xtimeline">
   
      <!-- ITEMS -->
      <div class="xtimeline-item">
         <div class="xtimeline-content">
           ...
         </div>
      </div>
      <div class="xtimeline-item">
         <div class="xtimeline-content">
           ...
         </div>
      </div>
      
   </div>

About

100% Responsive CSS-Only Timeline

http://markiearnold.github.io/xtimeline/


Languages

Language:HTML 55.5%Language:CSS 44.5%