Created
September 8, 2016 19:15
-
-
Save AmeliaBriscoe/d3016cdbe23e0a45a4403e77fa893d9e to your computer and use it in GitHub Desktop.
TGTW 5 Header 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
| #site_title a{ | |
| background-image: url('images/pathtoimage.png'); | |
| display: block; | |
| height: 80px; | |
| width: 500px; | |
| font: 0/0 a; | |
| color: transparent; | |
| } | |
| #title-area{ | |
| width: 500px; | |
| } | |
| .widget-area{ | |
| width: 450px; | |
| } | |
| @media only screen and (max-width: 980px){ | |
| #site_title a{ | |
| background-image: url('image/pathtoimage.png'); | |
| background-repeat: no-repeat; | |
| min-height: 200px; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment