This tutorial movie shows you how to add a background image in to your website
This is the code used:
background-image: url("https://parthen.nl/wp-content/uploads/2017/08/tas-parthen.jpg");
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
height: 100%;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
height: 100%;
Comments
0 comments
Please sign in to leave a comment.