Skip to content

Instantly share code, notes, and snippets.

@SBoudrias
Created March 26, 2013 23:16
Show Gist options
  • Save SBoudrias/5250184 to your computer and use it in GitHub Desktop.
Save SBoudrias/5250184 to your computer and use it in GitHub Desktop.
Untitled
.section {
height: 50%;
width: 100%;
min-height: 260px;
position: relative;
text-align: center;
background: #FFF;
}
.cat {
width: 100%;
height: 100%;
min-height: 260px;
background-image: url(http://www.andrevv.com/_images/catz/catz01.gif);
background-position: center bottom;
background-attachment: fixed;
background-repeat: no-repeat;
-webkit-background-size: 50%;
-moz-background-size: 50%;
-o-background-size: 50%;
background-size: 50%;
}
<div class="section" style="background-color: green;">
<div class="cat"></div>
</div>
<div class="section" style="background-color: red;">
<div class="cat"></div>
</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment