Skip to content

Instantly share code, notes, and snippets.

@w3tweaks
w3tweaks / checklist-animation-only-css.markdown
Last active July 9, 2020 12:30
Checklist animation - Only CSS
@w3tweaks
w3tweaks / index.html
Created July 7, 2020 21:18
Unicycle Range Slider
<form>
<div id="unicycle1" class="unicycle">
<input type="range" class="unicycle__wheel" name="unicycle" min="0" max="100" value="0">
<div class="unicycle__marker">
<div class="unicycle__rider-head"></div>
<div class="unicycle__rider-body">
<div class="unicycle__left-arm">
<div class="unicycle__left-lower-arm"></div>
</div>
<div class="unicycle__right-arm">
@w3tweaks
w3tweaks / frontend-community-banner-animation.markdown
Created June 30, 2020 20:40
Frontend Community Banner Animation
@w3tweaks
w3tweaks / index.pug
Created June 26, 2020 01:26
Stripe.com Style Dropdown Menu
header.main-header
ul.menu
li.menu__item(data-sub="product"): a(href="#") Product
li.menu__item(data-sub="developer"): a(href="#") Developer
li.menu__item(data-sub="company"): a(href="#") Company
.dropdown-holder
.dropdown__arrow
.dropdown__bg
<header class="header">
<hgroup>
<h1>Makisu</h1>
<h2>CSS 3D Dropdown Concept</h2>
</hgroup>
</header>
<section class="demo">
<dl class="list nigiri">
@w3tweaks
w3tweaks / css3-javascript-pure-dropdown-menu.markdown
Created June 25, 2020 22:11
CSS3/Javascript Pure Dropdown Menu
@w3tweaks
w3tweaks / index.html
Created June 25, 2020 21:57
Minimum JS Responsive Menu
<nav>
<ul class="desktop-menu" id="desktopMenu">
<li>
<a id="home" href="#">
<img src="https://eliya33.github.io/church/images/yonsei-logo-100x100.png" class="yonsei-logo" alt="Yonsei University Logo">LOGO NAME</a>
</li>
<li class="desktop-link">
<a href="#">Link One</a>
@w3tweaks
w3tweaks / index.html
Created June 25, 2020 21:52
JavaScript / CSS Animated border Menu
<div id="sse1">
<div id="sses1">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Potofolio</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
@w3tweaks
w3tweaks / css-drop-down-multi-column-menu-with-search-field.markdown
Created June 25, 2020 21:40
CSS Drop Down Multi-column Menu with Search Field

CSS Drop Down Multi-column Menu with Search Field

The menu made by swimbi app (swimbi.com). You can use it as is. If you want to modify the code I recommend to download the app and edit the navigation in user friendly interface. Easily select other icons. To get the same menu design you need to select Skin: "Adobe", and Config: "Blue" in top drop down lists.

A Pen by swimbi on CodePen.

License.