Built this for a project we are working on using Twitter Bootstrap (if you wonder why I added it to sources). The design is by Kenny Chan.
Short SASS/HAML snippet in creating a simple searchbar
A Pen by Ace Subido on CodePen.
Just an example of a full width carousel in Bootstrap
A Pen by Matt Lambert on CodePen.
Twitter bootstrap Markdown Editor
A Pen by Justin Cron on CodePen.
Here are some Bootstrap Switches that I created with uilang Enjoy!!!
A Pen by Jeremy Bolding on CodePen.
RESPONSIVE MOVING BOX CAROUSEL DEMO
IE FIX Version You need to modify js: http://simonalex.com/demo/bootstrap/carouselbox/bootstrap-carousel-ie.js
Short SASS snippet and HTML markup to recreate Microsoft Modern (Metro) Tiles with Bootstrap
A Pen by Ace Subido on CodePen.
Responsive contact form using Bootstrap 3 and Google Maps API
A Pen by Craig Wheeler on CodePen.
Hide the pure css checkbox and use a pseudo-element to make a fake checkbox.
Pseudo-elements (::after) only work on elements that have content, so won't work on <input> elements. (http://www.w3.org/TR/CSS21/generate.html) Use a span and a ::before pseudo-element to insert a checkbox.
Place the input element inside the label so that clicking the label selects the input. (http://www.w3.org/wiki/HTML/Elements/label)
Using the checkbox Bootstrap provides as a font icon, but you can add any font, graphic or icon you like.
Login form using Twitter Bootstrap
A Pen by aleks bella on CodePen.