Created
August 8, 2017 15:58
-
-
Save alireza-saberi/5303e66df7b51127e9a4d1599fb29c23 to your computer and use it in GitHub Desktop.
this is css rules to have a responsive background image
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
background-image: url('') ; | |
background-position: center center; | |
background-repeat: no-repeat; | |
background-attachment: fixed; | |
background-size: cover; | |
background-color: #999; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.w3schools.com/css/css_rwd_images.asp