Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"mobile"
Bootstrap 3.0.0 Snippet by
evarevirus
3.0.0
Preview
HTML
View Full Screen
Fork
Fork this
2.0K
 
1 Fav
Post to Facebook
Tweet this
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!DOCTYPE html><html class=''> <head><script src='//production-assets.codepen.io/assets/editor/live/console_runner-079c09a0e3b9ff743e39ee2d5637b9216b3545af0de366d4b9aad9dc87e26bfd.js'></script><script src='//production-assets.codepen.io/assets/editor/live/events_runner-73716630c22bbc8cff4bd0f07b135f00a0bdc5d14629260c3ec49e5606f98fdd.js'></script><script src='//production-assets.codepen.io/assets/editor/live/css_live_reload_init-2c0dc5167d60a5af3ee189d570b1835129687ea2a61bee3513dee3a50c115a77.js'></script><meta charset='UTF-8'><meta name="robots" content="noindex"><link rel="shortcut icon" type="image/x-icon" href="//production-assets.codepen.io/assets/favicon/favicon-8ea04875e70c4b0bb41da869e81236e54394d63638a1ef12fa558a4a835f1164.ico" /><link rel="mask-icon" type="" href="//production-assets.codepen.io/assets/favicon/logo-pin-f2d2b6d2c61838f7e76325261b7195c27224080bc099486ddd6dccb469b8e8e6.svg" color="#111" /><link rel="canonical" href="https://codepen.io/abisz/pen/qaEOEm?depth=everything&order=popularity&page=43&q=Overlay&show_forks=false" /> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css'><link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,600'><link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css'> <style class="cp-pen-styles">.container { max-width: 350px; max-height: 630px; overflow: hidden; margin: 30px auto 0; box-shadow: 0 0 40px #a0a0a0; font-family: 'Open Sans', sans-serif; } .navbar { background: #B97CFC; color: #fff; padding: 1em 0.5em; } .navbar a { color: #fff; text-decoration: none; font-size: 1.3em; float: left; } .navbar span { font-size: 1.1em; font-weight: 300; display: block; text-align: center; } .profile-pic { width: 30px; height: 30px; display: inline-block; float: right; position: relative; } .profile-pic img { width: 100%; border-radius: 50%; } .notification { position: absolute; width: 5px; height: 5px; border-radius: 50%; top: 2px; right: 2px; background: #F93B69; } .header { background: url(https://unsplash.it/1080/720?image=1044); background-size: cover; color: #fff; position: relative; } .color-overlay { padding: 3em 2em; box-sizing: border-box; background: rgba(123, 94, 155, 0.5); } .actionbutton { position: absolute; background: #F93B69; width: 50px; height: 50px; font-size: 3em; font-weight: 300; border-radius: 50%; display: flex; justify-content: center; align-items: center; bottom: -25px; right: 20px; box-shadow: 0 0 8px #202020; } .day-number { font-size: 4em; display: inline-block; margin-right: 15px; } .date-right { display: inline-block; } .day-name { font-size: 1.6em; } .month { text-transform: uppercase; font-weight: 300; font-size: 0.6em; letter-spacing: 2px; margin-top: 2px; } .timeline ul { padding: 1em 0 0 2em; margin: 0; list-style: none; position: relative; } .timeline ul::before { content: ' '; height: 100%; width: 1px; background-color: #d9d9d9; position: absolute; top: 0; left: 2.5em; z-index: -1; } .timeline li div { display: inline-block; margin: 1em 0; vertical-align: top; } .timeline .bullet { width: 1em; height: 1em; box-sizing: border-box; border-radius: 50%; background: #fff; z-index: 1; margin-right: 1em; } .timeline .bullet.pink { border: 2px solid #F93B69; } .timeline .bullet.green { border: 2px solid #B0E8E2; } .timeline .bullet.orange { border: 2px solid #EB8B6E; } .timeline .time { width: 20%; font-size: 0.75em; padding-top: 0.25em; } .timeline .desc { width: 50%; } .timeline h3 { font-size: 0.9em; font-weight: 400; margin: 0; } .timeline h4 { margin: 0; font-size: 0.7em; font-weight: 400; color: #808080; } .timeline .people img { width: 30px; height: 30px; border-radius: 50%; } .credits, .video { position: absolute; bottom: 10px; color: #808080; font-size: 100%; text-decoration: underline; } .credits { left: 10px; } .video { right: 10px; } </style></head><body> <div class="container"> <div class="navbar"> <a href="#"> <i class="fa fa-bars" aria-hidden="true"></i> </a> <div class="profile-pic"> <img src="https://s3.amazonaws.com/uifaces/faces/twitter/jsa/128.jpg" alt="" /> <div class="notification"></div> </div> <span>Timeline</span> </div> <div class="header"> <div class="color-overlay"> <div class="day-number">8</div> <div class="date-right"> <div class="day-name">Monday</div> <div class="month">February 2015</div> </div> </div> <div class="actionbutton">+</div> </div> <div class="timeline"> <ul> <li> <div class="bullet pink"></div> <div class="time">5pm</div> <div class="desc"> <h3>New Icon</h3> <h4>Mobile App</h4> </div> </li> <li> <div class="bullet green"></div> <div class="time">3 - 4pm</div> <div class="desc"> <h3>Design Stand Up</h3> <h4>Hangouts</h4> <div class="people"> <img src="https://s3.amazonaws.com/uifaces/faces/twitter/ashleyford/128.jpg" alt="" /> <img src="https://s3.amazonaws.com/uifaces/faces/twitter/kfriedson/128.jpg" alt="" /> <img src="https://s3.amazonaws.com/uifaces/faces/twitter/mattsince87/128.jpg" alt="" /> </div> </div> </li> <li> <div class="bullet orange"></div> <div class="time">12pm</div> <div class="desc"> <h3>Lunch Break</h3> </div> </li> <li> <div class="bullet green"></div> <div class="time">9 - 11am</div> <div class="desc"> <h3>Finish Home Screen</h3> <h4>Web App</h4> </div> </li> </ul> </div> </div> <a href="https://dribbble.com/shots/1980532-Timeline-Profile/" target="_blank" class="credits">original concept</a> <a href="https://www.youtube.com/watch?v=zKtzNqiM3sA" target="_blank" class="video">watch process video</a> </body></html>
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76