This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <head> | |
| <title>Media panel</title> | |
| <link rel="stylesheet" type="text/css" href="style.css"> | |
| <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet"> | |
| </head> | |
| <body> | |
| <div class="social"> | |
| <h2>Social Media</h2> | |
| <button class="icon-btn twitter"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Page preloader --> | |
| <div id="hola"> | |
| <div id="preloader"> | |
| <span></span> | |
| <span></span> | |
| </div> | |
| </div> | |
| <!-- Start content --> | |
| <div class="page-wrap"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p id="offscreen-text" class="offscreen-text"></p> | |
| <p id="text" class="text"></p> | |
| <svg id="svg"> | |
| </svg> | |
| <input type="text" class="input", id="input" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id=container> | |
| Make | |
| <div id=flip> | |
| <div><div>wOrK</div></div> | |
| <div><div>lifeStyle</div></div> | |
| <div><div>Everything</div></div> | |
| </div> | |
| AweSoMe! | |
| </div> |
Inspired by the github universe alert: https://s3-us-west-2.amazonaws.com/s.cdpn.io/173256/github-universe.png
A Pen by Mike Schultz on CodePen.
It's been a while. Just a nice process bar here where you can click on the different steps and be presented with information. The box at the top will also animate depending on the steps.
A Pen by Jamie Coulter on CodePen.