Skip to content

Instantly share code, notes, and snippets.

@dvnckr
Created August 26, 2012 12:48
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 dvnckr/3478748 to your computer and use it in GitHub Desktop.
Save dvnckr/3478748 to your computer and use it in GitHub Desktop.
Untitled
header{
border-top: 5px solid #003366;
min-width: 100%
}
header h1 {
width:100px;
height: 100px;
display: inline-block;
border-radius:50px;
background:url('http://dl.dropbox.com/u/67963796/fond/monkey2.jpg') right;
background-size: auto;
}
header h1 li {
}
<header>
<h1></h1>
<nav>
<ul>
<li><a href="#">BLOG</a></li>
<li><a href="#">ABOUT ME</a></li>
<li><a href="#">CONTACT</a></li>
</ul>
</nav>
</header>
<section>
<article></article>
</section>
{"view":"split","fontsize":"80","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment