Skip to content

Instantly share code, notes, and snippets.

@alireza-saberi
Created August 8, 2017 15:58
Show Gist options
  • Save alireza-saberi/5303e66df7b51127e9a4d1599fb29c23 to your computer and use it in GitHub Desktop.
Save alireza-saberi/5303e66df7b51127e9a4d1599fb29c23 to your computer and use it in GitHub Desktop.
this is css rules to have a responsive background image
background-image: url('') ;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color: #999;
@alireza-saberi
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment