I’ve only successfully made the background image go down vertically on the left side of the website. But I haven’t figured out how to make the background image do the same thing to the right of the webpage.
<style>
body {
background-image: url('background.png');
background-size: 950px;
background-repeat: repeat-y;
}
</style>
I’ve tried duplicating the image and making it go to the right but that didn’t work. It just ended up messing with the background image to the left go to the center.
New contributor
JSC is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.