Skip to content

Instantly share code, notes, and snippets.

@converge
Created May 18, 2015 15:08
Show Gist options
  • Save converge/75bc8d169af2d262c498 to your computer and use it in GitHub Desktop.
Save converge/75bc8d169af2d262c498 to your computer and use it in GitHub Desktop.
<div id="menu">
<span class="logo_fortunata">
<?= $this->Html->image('logo_fortunata.png') ?>
</span>
</div>
--
#
# CSS
#
@CHARSET "UTF-8";
header {
background-color: #454445;
height: 60px;
}
nav li {
list-style-type: none;
display: inline;
}
#menu {
width: 100%;
height: 130px;
background-color: #f3f2f2;
display: block;
}
.logo_fortunata {
padding-top: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment