I'm wanting a static black background with grey/silver sections to scroll over the background. What am I missing? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I'm wanting a static black background with grey/silver sections to scroll over the background. What am I missing?

https://code.sololearn.com/WrD6LA537Llv/?ref=app

5th Aug 2019, 2:10 AM
jeremiah
jeremiah - avatar
3 Answers
+ 2
In CSS, change value in body { background-color:; } to rgb(0,0,0). After changes u got this body { background-color:rgb(0,0,0); padding:10px margin:0; }
9th Aug 2019, 8:59 PM
IOph6
IOph6 - avatar
0
Oh nice thank you!
9th Aug 2019, 9:13 PM
jeremiah
jeremiah - avatar