To make the background image repeat along the vertical axis | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

To make the background image repeat along the vertical axis

body { background-image: url("abc.png"); background-repeat: repeat-y; }

21st May 2018, 5:14 AM
nadir ali
nadir ali - avatar
1 Answer
+ 5
You should not ask unclear questions. Questions must be clear and providing context for others to help you. Because your question lacks the context, it will be deleted. In the meantime, as this seems referring to quiz of our course, you can view the lesson discussion in this way: Comment to each quiz is at lower left, not upper right. https://www.sololearn.com/post/131750/?ref=app See this guide below? if you got a question about the lesson, then you attach the lesson link! https://www.sololearn.com/post/74857/?ref=app
8th Aug 2020, 7:17 AM
WenHao1223
WenHao1223 - avatar