http://www.100daysui.com/#cbp=ajax/shot-2
A Pen by Jonathan Obino on CodePen.
A very minimal responsive blog card design.
A Pen by Chyno Deluxe on CodePen.
This is a demo of Justin Kwak's Article News Card that he posted on Dribbble.
Shot Link: https://dribbble.com/shots/2001637-Article-News-Card-UI
| <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> |
Inspired from https://github.com/Ramotion/folding-cell
| <section class="timeline"> | |
| <ul> | |
| <li> | |
| <div> | |
| <time>1687</time> | |
| <div class="discovery"> | |
| <h1>Discovery</h1> | |
| <p> | |
| Laws of motion | |
| </p> |
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.
| <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> |
| <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> |