Created
May 18, 2015 15:08
-
-
Save converge/75bc8d169af2d262c498 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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