Skip to content

Instantly share code, notes, and snippets.

@svanderbleek
Created November 14, 2013 23:09
Show Gist options
  • Select an option

  • Save svanderbleek/7476037 to your computer and use it in GitHub Desktop.

Select an option

Save svanderbleek/7476037 to your computer and use it in GitHub Desktop.
Untitled
body {
font-family: Helvetica;
}
#brand {
background-color: black;
color: white;
padding: 10px;
}
.image.image-brand {
border: solid white 2px;
}
.text.text-brand {
font-size: 26px;
font-weight: bold;
margin-left: 10px;
}
<div id="brand">
<img class="image image-brand" src="http://placekitten.com/50/50">
</div>
<div id="content">
<h1></h1>
<h2></h2>
<p>
</p>
</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