jcdesigns
01-25-2018, 08:01 PM
How can I automatically stretch a sidebar background image to the bottom in css? Here is an example in w3schools but I could not get it to work on the site I am working on. Please advise. Thanks
https://www.w3schools.com/cssref/tryit.asp?filename=trycss3_background-size
border: 2px solid black;
padding: 25px;
background: url(mountain.jpg);
background-repeat: no-repeat repeat;
https://www.w3schools.com/cssref/tryit.asp?filename=trycss3_background-size
border: 2px solid black;
padding: 25px;
background: url(mountain.jpg);
background-repeat: no-repeat repeat;