Created
September 8, 2016 19:18
-
-
Save AmeliaBriscoe/a4398870467e283de0f5c331a6fc9644 to your computer and use it in GitHub Desktop.
TGTW 5 Background Image
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
| body{ | |
| background-image: url('images/pathtoimage.png'); | |
| } | |
| .header, .primary-menu{ | |
| background-image: url('images/pathtoimage.png') | |
| } | |
| .header{ | |
| min-height: 120px; | |
| } | |
| .primary-menu{ | |
| padding-bottom: 80px; | |
| } | |
| #main{ | |
| margin-top: -80px; | |
| } | |
| .primary-menu{ | |
| border-bottom: #ccc solid 3px; | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment