A Pen by Geoffrey Buell on CodePen.
Expanding Cards gallerie with html, css and Javascript
A Pen by Abdelkarim KHALLOUK on CodePen.
A Pen by Widyatmoko on CodePen.
A Pen by Lisa Benmore on CodePen.
This is a drag and drop list implemented and styled to be on a table view. Styles needs refactoring but will do for now.
The Brand(Nike, Adidas) cannot be dragged and dropped at all.
The Main Category(Male,Female) cannot be dragged and dropped beyond its parent Brand.
The Sub Category(Male kids, Male adult, Female kids, Female adult) cannot be dragged and dropped beyond its Main Category.
This file contains 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 id="pane"> | |
<div id="title">Resize, Drag or Snap Me!</div> | |
</div> | |
<div id="ghostpane"></div> |
This file contains 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
<svg> | |
</svg> |
This is a Windows 8 metro style dashboard.
A Pen by Jonnie Spratley on CodePen.
This file contains 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
<br /><div class="container"><div class="row"> | |
<div class="col-md-8 col-md-offset-2"> | |
<div class="row"> | |
<div class="pe-blog-post"> | |
<div class="form-group col-sm-6"> | |
<label for="js-input-revenue" class="control-label small text-muted">Current revenue:</label> | |
<div class="input-group prefix suffix"> |