Skip to content

Instantly share code, notes, and snippets.

@NSAKGBM16CIA
NSAKGBM16CIA / index.html
Created March 8, 2023 00:46
Parallax Flipping Cards
<div class="wrapper">
<h1>Parallax Flipping Cards</h1>
<div class="cols">
<div class="col" ontouchstart="this.classList.toggle('hover');">
<div class="container">
<div class="front" style="background-image: url(https://unsplash.it/500/500/)">
<div class="inner">
<p>Diligord</p>
<span>Lorem ipsum</span>
</div>
@NSAKGBM16CIA
NSAKGBM16CIA / index.html
Created March 8, 2023 00:46
Product Preview(hover)
<main role="main">
<div class="product">
<figure>
<img src="https://raw.githubusercontent.com/itbruno/productpreview/master/assets/img/t-shirt.jpg" alt="Product Image" class="product-image">
</figure>
<div class="product-description">
<div class="info">
<h1>LOREM IPSUM</h1>

Gradient Ordered List

A simple, styled ordered list using SCSS and HTML5. The gradient background transitions from one, to another, and back again. IE11 friendly.

A Pen by Erin E. Sullivan on CodePen.

License.

@NSAKGBM16CIA
NSAKGBM16CIA / index.html
Created March 7, 2023 22:46
Physic Milestones Timeline - Date 11 (24 days of animation)
<section class="timeline">
<ul>
<li>
<div>
<time>1687</time>
<div class="discovery">
<h1>Discovery</h1>
<p>
Laws of motion
</p>
@NSAKGBM16CIA
NSAKGBM16CIA / index.html
Created March 7, 2023 22:36
Muuri: simple kanban (with scrolling containers)
<div class="drag-container"></div>
<div class="board">
<div class="board-column todo">
<div class="board-column-container">
<div class="board-column-header">Todo</div>
<div class="board-column-content-wrapper">
<div class="board-column-content">
<div class="board-item"><div class="board-item-content"><span>Item #</span>1</div></div>
<div class="board-item"><div class="board-item-content"><span>Item #</span>2</div></div>
<div class="board-item"><div class="board-item-content"><span>Item #</span>3</div></div>