Skip to content

Instantly share code, notes, and snippets.

@GirlBossRush
Created November 21, 2011 23:04
Show Gist options
  • Save GirlBossRush/1384288 to your computer and use it in GitHub Desktop.
Save GirlBossRush/1384288 to your computer and use it in GitHub Desktop.
Fixed Background
body {
background-color: rgb(255, 255, 255);
color: rgb(45, 45, 45);
background-image: url("http://crimsonbakery.com/wordpress/wp-content/themes/crimson/images/bg-beverage.jpg");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: right bottom;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment