Skip to content

Instantly share code, notes, and snippets.

@robertcedwards
Created December 30, 2011 17:23
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 robertcedwards/1540681 to your computer and use it in GitHub Desktop.
Save robertcedwards/1540681 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
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
<header id="header">
<div id="logo" class="">
<a href="/"><img src="http://globalmana.welovewebsit.es/wp-content/uploads/2011/11/globalmanalogo.png">
<h1><?php bloginfo('name'); ?></a></h1>
<div class="description"><?php bloginfo('description'); ?></div></a></div>
<div id="social" class="">
<span><a href="http://www.facebook.com/"><img src="<?php bloginfo('template_directory'); ?>"/_/img/social/fb.png"</a></span>
</div>
<nav id="nav" class="">
<?php wp_nav_menu( array( 'header-menu' => (__ 'Header Menu' ) ,'sort_column' => 'menu_order' , 'menu_class' => '', 'fallback_cb' => '') ); ?>
</nav>
</header>
{"view":"split","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment