Skip to content

Instantly share code, notes, and snippets.

@ianAndrewClark
Created September 19, 2012 15:51
Show Gist options
  • Save ianAndrewClark/3750428 to your computer and use it in GitHub Desktop.
Save ianAndrewClark/3750428 to your computer and use it in GitHub Desktop.
A logo example
/**
* A logo example
*/
/* a web font */
@import url(http://fonts.googleapis.com/css?family=Lemon);
#logo : {
font-family: 'Lemon', cursive;
font-size: 2em;
}
<div id="logo">
<p class="logo-prefix">boom<span class="logo-suffix">box</span></p>
</div>
{"view":"split","fontsize":"80","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment