Skip to content

Instantly share code, notes, and snippets.

@A973C
A973C / index.html
Created September 21, 2017 06:22 — forked from CodeMyUI/index.html
Menu Button
<div class="navTrigger">
<i></i><i></i><i></i>
</div>
@A973C
A973C / index.html
Created September 21, 2017 06:27 — forked from CodeMyUI/index.html
Scroll down icon animation
<div class="container">
<div class="chevron"></div>
<div class="chevron"></div>
<div class="chevron"></div>
<span class="text">Scroll down</span>
</div>
@A973C
A973C / index.html
Created September 21, 2017 06:29 — forked from CodeMyUI/index.html
Sticky Slider Navigation (Responsive)
<!-- 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>
@A973C
A973C / css3-ribbons.markdown
Created September 21, 2017 06:59 — forked from CodeMyUI/css3-ribbons.markdown
CSS3 ribbons
@A973C
A973C / index.html
Created October 11, 2017 07:50 — forked from CodeMyUI/index.html
Rotate / Pulse Loading Animation
<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>
@A973C
A973C / index.pug
Created October 21, 2017 04:51 — forked from CodeMyUI/index.pug
material-design vote up animation
.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")
@A973C
A973C / index.html
Created November 11, 2017 08:03 — forked from CodeMyUI/index.html
Pure CSS Drawer Menu with overlay
<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>