Skip to content

Instantly share code, notes, and snippets.

@AmeliaBriscoe
Created September 8, 2016 19:18
Show Gist options
  • Select an option

  • Save AmeliaBriscoe/a4398870467e283de0f5c331a6fc9644 to your computer and use it in GitHub Desktop.

Select an option

Save AmeliaBriscoe/a4398870467e283de0f5c331a6fc9644 to your computer and use it in GitHub Desktop.
TGTW 5 Background Image
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