Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

adding a perfect responsive background image

body {
    background-image: url('/your-image-url.png');
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;

}
 
PREVIOUS NEXT
Tagged: #adding #perfect #responsive #background #image
ADD COMMENT
Topic
Name
5+5 =