Skip to content

Instantly share code, notes, and snippets.

View frankinedinburgh's full-sized avatar

digital-doodle frankinedinburgh

  • Front End Developer
  • Dublin, Ireland
View GitHub Profile

Style tiles with SCSS

Design style tiles in the browser with SCSS! Fork this in CodePen and make your own tiles. Share your tiles with clients with the Full Page link. Go CodePen Pro and update styles on the fly in Live View in a meeting with your client. It's responsive, too. Get your in-browser design on.

On GitHub at http://github.com/jeradg/style-tiles-with-scss

Like this? Follow me on CodePen (http://codepen.io/jeradg) and Twitter (http://twitter.com/jeradg)

A brief explanation:

@frankinedinburgh
frankinedinburgh / index.haml
Created June 15, 2014 14:42
A Pen by digital-doodle.
%h1 get
%h3 in
%h2 touch
@frankinedinburgh
frankinedinburgh / Bubble-Point.markdown
Created June 14, 2014 15:15
A Pen by digital-doodle.
@frankinedinburgh
frankinedinburgh / HAML.markdown
Created May 21, 2014 20:04
A Pen by digital-doodle.
@frankinedinburgh
frankinedinburgh / flexslider.markdown
Created May 7, 2014 21:37
A Pen by digital-doodle.
@frankinedinburgh
frankinedinburgh / bg-pattern.markdown
Last active August 29, 2015 14:01
A Pen by digital-doodle.
@frankinedinburgh
frankinedinburgh / index.html
Created April 11, 2014 20:51
A Pen by frank.
<div class="row">
<h3 class="h3">Sports Specific Yoga</h3>
<div class="col-md-4">
<ul class="hoverTab nav nav-tabs nav-stacked">
<li class="active"><a href="#intro2" data-toggle="tab">Ashtanga Yoga</a></li>
<li><a href="#profile2" data-toggle="tab">Iyengar Yoga</a></li>
<li><a href="#hatha2" data-toggle="tab">Anusara Yoga </a></li>
<li><a href="#bikram2" data-toggle="tab">Bikram yoga</a></li>
</ul>
</div>