A Pen by Avaz Bokiev on CodePen.
using only JS and CSS
A Pen by Avaz Bokiev on CodePen.
using wow.js and animate.css
A Pen by Avaz Bokiev on CodePen.
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
<form action="#"> | |
<div> | |
<input type="email" name="email" id="name" placeholder="Email" autocomplete="off" required /> | |
</div> | |
<div> | |
<input type="submit" value="Submit" /> | |
</div> | |
</form> |
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 class="cc">creativecircle</div> |
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 class="zoom"></div> | |
<div class="zoom"></div> | |
<div class="zoom"></div> | |
<div class="zoom"></div> | |
<div class="zoom"></div> | |
<div class="zoom"></div> |
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 class="zoom"></div> | |
<div class="zoom"></div> | |
<div class="zoom"></div> | |
<div class="zoom"></div> | |
<div class="zoom"></div> | |
<div class="zoom"></div> | |
<div class="zoom"></div> | |
<div class="zoom"></div> | |
<div class="zoom"></div> |
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 class="slider"> | |
<div class="slides"> | |
<p class="title"><q>Come forth into the light of things, let nature be your teacher.</q> | |
<span class="author">William Wordsworth </span> | |
</p> | |
</div> | |
<div class="slides"> | |
<p class="title"><q>Look deep into nature, and then you will understand everything better.</q> | |
<span class="author">Albert Einstein </span> | |
</p> |
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 class="trafficlight"> | |
<div class="protector"></div> | |
<div class="protector"></div> | |
<div class="protector"></div> | |
<div class="red"></div> | |
<div class="yellow"></div> | |
<div class="green"></div> | |
</div> |