Article → http://www.nxworld.net/tips/css-scroll-down-button.html
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> |
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
| <!-- 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> |
A Pen by Jonathan Silva on CodePen.
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> |
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
| .button() | |
| input(type="radio" id="vote_up" name="vote") | |
| input(type="radio" id="vote_down" name="vote") | |
| .bg | |
| .icon. | |
| <svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 36 36"><path d="M10.5 21l7.5-7.5 7.5 7.5z"/></svg> | |
| .count 23 | |
| .count-up 24 | |
| label(for="vote_up") |
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
| <label for="DrawerMenuTrigger" class="OpenMenuButton">OPEN MENU</label> | |
| <input type="checkbox" id="DrawerMenuTrigger" hidden> | |
| <aside class="DrawerMenu"> | |
| <div class="MenuContainer"> | |
| <nav class="Menu"> | |
| <h2 class="Menu__Title">Awesome CSS Menu</h2> | |
| <a href="#">Menu Item 01</a> |
Recreation of https://dribbble.com/shots/3959132-Todo-List-Swipe-To-Check
Original built with JS but adapted to be CSS-only since JS wasn't necessary.