Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rodrigozan/f6da46bcfb289ee37f36d25c08a2db4c to your computer and use it in GitHub Desktop.
Save rodrigozan/f6da46bcfb289ee37f36d25c08a2db4c to your computer and use it in GitHub Desktop.
<style>
#bg {
position: fixed;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
}
#bg img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
min-width: 50%;
min-height: 50%;
}
</style>
<div id="bg">
<img src="images/bg.jpg" alt="">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment