Skip to content

Instantly share code, notes, and snippets.

Created March 5, 2012 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1978511 to your computer and use it in GitHub Desktop.
Save anonymous/1978511 to your computer and use it in GitHub Desktop.
P2PU | Haml and Sass | [Hands On] Our Powers Combined
!!!5
%html
%head
%title My Awesome Demo Page
%link{rel: "stylesheet", href: "master.css", type: "text/css", media: "screen", title: "no title", charset: "utf-8"}
%body
%h2 Groovy!
%table
%thead
%tr
%th Start
%th 33%
%th 66%
%th End
%tbody
%tr.white
%td.zero White
%td.thirty-three Light Gray
%td.sixty-six Dark Gray
%td.one-hundred Black
%tr.red
%td.zero Dark Red
%td.thirty-three Red
%td.sixty-six Pink
%td.one-hundred White
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment