Last active
May 19, 2020 19:30
-
-
Save agustinpfs/04aaa25c3e195e6447a1a8e8273dee2f to your computer and use it in GitHub Desktop.
Background image css
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> | |
body { | |
background: url("") no-repeat center center fixed; | |
background-size: cover; | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment