A Pen by Elena Nazarova 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
<div class="e-loadholder"> | |
<div class="m-loader"> | |
<span class="e-text">Loading</span> | |
</div> | |
</div> | |
<div id="particleCanvas-Blue"></div> | |
<div id="particleCanvas-White"></div> |
A Pen by Jonathan Silva 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
<!-- Hero --> | |
<section class="et-hero-tabs"> | |
<h1>STICKY SLIDER NAV</h1> | |
<h3>Sliding content with sticky tab nav</h3> | |
<div class="et-hero-tabs-container"> | |
<a class="et-hero-tab" href="#tab-es6">ES6</a> | |
<a class="et-hero-tab" href="#tab-flexbox">Flexbox</a> | |
<a class="et-hero-tab" href="#tab-react">React</a> | |
<a class="et-hero-tab" href="#tab-angular">Angular</a> | |
<a class="et-hero-tab" href="#tab-other">Other</a> |
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="container"> | |
<div class="chevron"></div> | |
<div class="chevron"></div> | |
<div class="chevron"></div> | |
<span class="text">Scroll down</span> | |
</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="navTrigger"> | |
<i></i><i></i><i></i> | |
</div> |
A Pen by yoichi kobayashi 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
<main class="calendar-contain"> | |
<section class="title-bar"> | |
<button class="title-bar__burger"> | |
<span class="burger__lines">Toggle Menu</span> | |
</button> | |
<span class="title-bar__year"> | |
Calendar > May 2017 | |
</span> | |
<span class="title-bar__month"> |