Skip to content

Instantly share code, notes, and snippets.

@GirlBossRush
Created November 17, 2011 07:47
Show Gist options
  • Save GirlBossRush/1372627 to your computer and use it in GitHub Desktop.
Save GirlBossRush/1372627 to your computer and use it in GitHub Desktop.
Cockeyed.com mock stylesheet.
@import "compass/css3";
html, body {
margin: 0 0 0 0;
padding: 0 0 0 0;
background: #fff;
width: 100%;
height: 100%
color: #333;
}
a:link {
color: #000;
}
a:visted {
color: #222;
}
a:hover {
color: #111;
}
a:active {
color: #ffd700;
}
.features {
@include linear-gradient(#444,#222,#444);
h1, h2, h3, h4, h5, h6 {
color: #ff0000;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment