Skip to content

Instantly share code, notes, and snippets.

@isomorpheric
Created May 9, 2016 21:32
Show Gist options
  • Save isomorpheric/c20a69bfa438b4e57a6ab7f0d4705857 to your computer and use it in GitHub Desktop.
Save isomorpheric/c20a69bfa438b4e57a6ab7f0d4705857 to your computer and use it in GitHub Desktop.
/*****************************
**** ALL BACKGROUND PICS *****
*****************************/
.pic1 {
background: url("images/simplebike.jpg") no-repeat;
}
.pic2 {
background: url("images/palmeras.jpg") no-repeat center center;
}
.pic3 {
background: url("images/bike-and-guy.jpg") no-repeat center center;
}
.pic4 {
background: url("images/downhillgreenbw.jpg") no-repeat center center;
}
.pic5 {
background: url("images/brickwall2.jpg") no-repeat center center;
}
.pic6 {
background: url("images/backchain.jpg") no-repeat center center;
}
.pic7 {
background: url("images/mountainbike2.jpg") no-repeat center center;
}
.pic8 {
background: url("images/bwblur.jpg") no-repeat center center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment