Created
August 15, 2016 16:35
-
-
Save rodrigozan/f6da46bcfb289ee37f36d25c08a2db4c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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