This loading animation can be used and personalized for every website ! Enjoy it ;)
A Pen by Louis Hoebregts on CodePen.
| cochon, vache{ | |
| display:block; | |
| width: 100px; | |
| height: 100px; | |
| border:1px solid red; | |
| } | |
| vache:hover{ | |
| transition: 2s; | |
| width: 200px; |
| p{ | |
| font-size: 16px; | |
| color: black; | |
| } | |
| p span{ | |
| font-size: 20px; | |
| color: red; | |
| text-decoration: underline; | |
| } |
| html,body{ | |
| width: 100%; | |
| height: 100%; | |
| margin: 0; | |
| padding: 0; | |
| background: black; | |
| overflow: hidden; | |
| cursor: pointer; | |
| font-family: Helvetica, arial, sans-serif; | |
| } |
This loading animation can be used and personalized for every website ! Enjoy it ;)
A Pen by Louis Hoebregts on CodePen.
The code is a bit messy and not optimized at all...
A Pen by Louis Hoebregts on CodePen.
Try to resize your window for more fun !
A Pen by Louis Hoebregts on CodePen.
Inspired from the Spirograph, this experiment allows you to create beautiful flowers and more ! Have fun with the controls by pressing space.
A Pen by Louis Hoebregts on CodePen.
A Pen by Louis Hoebregts on CodePen.
A nice spiral made of squares.
A Pen by Louis Hoebregts on CodePen.
| body{background: black;overflow: hidden;} | |
| div{ | |
| width: 0px; | |
| height: 0px; | |
| position: relative; | |
| margin: 10% auto; | |
| cursor: pointer; | |
| background: url(http://i.imgur.com/wiTkmLK.jpg) center center; | |
| background-size: cover; | |
| border: 10px solid white; |