Skip to content

Instantly share code, notes, and snippets.

@allenwlee
Created January 12, 2014 22:53
Show Gist options
  • Save allenwlee/8391812 to your computer and use it in GitHub Desktop.
Save allenwlee/8391812 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: relative;
}
#a {
text-transform: lowercase;
font-weight: 300;
display: inline-block;
}
#b {
text-transform: uppercase;
font-weight: 300;
display: inline-block;
}
#c {
text-transform: lowercase;
font-weight: 300;
float: left;
}
.subhead {
text-transform: uppercase;
font-size: 14px;
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">Forecast Your Film</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