Created
February 19, 2010 16:20
-
-
Save aarongustafson/308846 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
<h1 id="branding"> | |
<img src="/images/logo-print.jpg" alt="Twinings of London" /> | |
</h1> |
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
#branding { | |
background: #ad0910 url(/img/css/header.jpg) top left no-repeat; | |
margin: 0; | |
height: 99px; | |
} |
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
#branding img { | |
position: absolute; | |
top: 3px; | |
left: 10px; | |
} |
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
#branding img { | |
background: url(/img/logo.png) top left no-repeat; | |
display: block; | |
padding-top: 93px; | |
width: 129px; | |
position: absolute; | |
top: 3px; | |
left: 10px; | |
} |
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
#branding img { | |
background: url(/img/logo.png) top left no-repeat; | |
display: block; | |
padding-top: 93px; | |
height: 0; | |
width: 129px; | |
position: absolute; | |
top: 3px; | |
left: 10px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment