Skip to content

Instantly share code, notes, and snippets.

@wesleyterry
Created April 25, 2012 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wesleyterry/2492793 to your computer and use it in GitHub Desktop.
Save wesleyterry/2492793 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
*/
#header {
background:#CCCCCC;
padding:7px;
margin:4px;
}
#title {
background:#F8F8F8;
padding:9px;
display:inline-block;
}
.page_title img {
display:inline-block;
width:86px;
height:98px;
}
.page_title a {
color:black;
text-decoration:none;
}
.page_title a:hover {
color:white;
text-decoration:none;
}
<!-- content to be placed inside <body>…</body> -->
<div id="header">
<div id="title">
<h1 class="page_title">
<img src="http://distilleryimage1.instagram.com/14f1a17a8e6211e19e4a12313813ffc0_7.jpg"/>
<a href="index.html">Page Header Title</a>
</h1>
</div>
</div>
{"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