Skip to content

Instantly share code, notes, and snippets.

@allenwlee
Created January 5, 2014 06:39
Show Gist options
  • Save allenwlee/8265171 to your computer and use it in GitHub Desktop.
Save allenwlee/8265171 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
background-color: #fff;
}
.logo {
color: #000;
font-family: Quicksand;
font-size: 36px;
position: static;
}
#a {
text-transform: lowercase;
font-weight: 300;
float: left;
}
#b {
text-transform: uppercase;
font-weight: 300;
float: left;
}
#c {
text-transform: lowercase;
font-weight: 300;
float: left;
}
.subhead {
font-size: 12px;
font-family: Quicksand;
position: static;
}
<link href='http://fonts.googleapis.com/css?family=Quicksand:300,400,700' rel='stylesheet' type='text/css'>
<!-- content to be placed inside <body>…</body> -->
<div class="logo">
<div id="a">S+udio</div>
<div id="b">Comps</div>
</div>
<div class="subhead">Forecasting Tools for Creative Professionals</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment