A few examples of flashy hover effects. Work in Progress
A Pen by David Conner on CodePen.
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
Fast, mobile-friendly and responsive lightbox with CSS3 animations.
A Pen by Andrzej Dubiel on CodePen.
| <div class="device_body"> | |
| <div class="camera"></div> | |
| <div class="screen"> | |
| <div class="logo"></div><div class="nav"></div> | |
| <div class="banner"></div> | |
| <div class="row"></div><div class="row"></div><div class="row"></div> | |
| <div class="footer"></div> | |
| </div> | |
| </div> |
A Pen by Robert Messerle on CodePen.
Positioning HTML elements with CSS flex property.
A Pen by Torben Colding on CodePen.
This is taken exactly from https://ihatetomatoes.net/create-custom-preloading-screen/
Forked from Brandon Travis's Pen Preloading Screen.
A Pen by Seung hye Choi on CodePen.
Using Calc & Min Widths
A Pen by Marcus Hall on CodePen.