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
"page"
Bootstrap 3.0.0 Snippet by
evarevirus
3.0.0
Preview
HTML
View Full Screen
Fork
Fork this
4.6K
 
4 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/rupok/pen/PwrmXN?q=page&limit=all&type=type-pens" /> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css'><script src='https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js'></script><link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css'> <style class="cp-pen-styles">* { transition: all 500ms ease-out; -webkit-transition: all 500ms ease-out; } html, body, section, .page { width: 100%; height: 100%; margin: 0; padding: 0; transition: all 1s cubic-bezier(.5, -0.005, 0.2, 1) !important; -webkit-transition: all 1s cubic-bezier(.5, -0.005, 0.2, 1) !important; color: #fff; background: #374046; overflow: hidden; } section { width:400%; } .page { position: absolute; } #p1 { left: 0; } #p2 { left: 100%; background: #FF5722; } #p3 { left: 200%; background: #593C1F; } #p4 { left: 300%; background: deeppink; } ul { position: fixed; z-index: 1; } #t1:target .page#p1 { transform: translateX(0); } #t2:target .page#p2 { transform: translateX(-90%); } #t3:target .page#p3 { transform: translateX(-190%); } #t4:target .page#p4 { transform: translateX(-290%); } #t2:target .page#p1, #t3:target .page#p1, #t4:target .page#p1 { background: black; } #t2:target .page#p1 .icon, #t3:target .page#p1 .icon, #t4:target .page#p1 .icon { -webkit-filter: blur(3px); filter: blur(3px); } .icon { color: #fff; font-size: 32px; display: block; } ul .icon:hover { opacity: 0.6; } #p1 .icon .title { margin-bottom: 20px; } #t2:target ul .icon, #t3:target ul .icon, #t4:target ul .icon { transform: scale(.6); transition-delay: .25s; } #t2:target #dos { transform: scale(1.2) !important; } #t3:target #tres { transform: scale(1.2) !important; } #t4:target #cuatro { transform: scale(1.2) !important; } ul { position: fixed; top: 0; bottom: 0; left: 0; /*right: 0;*/ margin: auto; height: 280px; width: 10%; padding: 0; text-align: center; } ul li { margin: 30px 0; } a { text-decoration: none; font-family: open sans, sans-serif; } .title, .hint { font-family: open sans, sans-serif; display: block; } .title { font-size: 38px; } .hint { font-size: 13px; } .hint a { color: #EFFF06; transition: all 250ms easet-out; } .hint a:hover { color: #FFF; } .page .icon { position: absolute; top: 0; bottom: 0; right: 10%; left: 0; width: 270px; height: 170px; margin: auto; text-align: center; font-size: 80px; transform: translateX(360%); line-height: 1.3; } .page#p1 .icon { height: 220px; } .page#p1 .icon { transform: translateX(0) !important; } #t2:target .page#p2 .icon { transform: translateX(0) !important; transition-delay: 1s; } #t3:target .page#p3 .icon { transform: translateX(0) !important; transition-delay: 1s; } #t4:target .page#p4 .icon { transform: translateX(0) !important; transition-delay: 1s; } .credit{ position: absolute; bottom: 0; width: 100%; text-align: center; font-size: 10px; } .credit a { color: #fff } </style></head><body> <div class="ct" id="t1"> <div class="ct" id="t2"> <div class="ct" id="t3"> <div class="ct" id="t4"> <section> <ul> <a href="#t1"><li class="icon fa fa-home" id="uno"></li></a> <a href="#t2"><li class="icon fa fa-keyboard-o" id="dos"></li></a> <a href="#t3"><li class="icon fa fa-coffee" id="tres"></li></a> <a href="#t4"><li class="icon fa fa-dribbble" id="cuatro"></li></a> </ul> <div class="page" id="p1"> <li class="icon fa fa-home"><span class="title">Home</span><span class="hint">Like this pen to see the magic!...<br/> Just kidding, it won't happen anything but I'll be really happy If you do so.</span></li> </div> <div class="page" id="p2"> <li class="icon fa fa-keyboard-o"><span class="title">Type</span></li> </div> <div class="page" id="p3"> <li class="icon fa fa-coffee"><span class="title">Coffee</span></li> </div> <div class="page" id="p4"> <li class="icon fa fa-dribbble"><span class="title">Dribbble</span><span class="hint"><a href="https://dribbble.com/rupok" target="_blank">Follow me on Dribbble</span></li> </div> <p class="credit"> Original Pen by <a href="https://codepen.io/hrtzt/">Alberto Hartzet</a></p> </section> </div> </div> </div> </div> </body></html>
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
very nive
Glgcoder
()
-
7 years ago
-
Reply
0
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76