Background | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Background

how do you color a background?

26th Sep 2018, 1:30 AM
Wanderer
Wanderer - avatar
1 Answer
+ 2
Assuming this is for a website that includes CSS, you can add the background-color property to that element with a hexadecimal, rgba, or colour name to represent whatever colour you want the background to be. .yourelement{ background-color: #629727; }
26th Sep 2018, 1:33 AM
Faisal
Faisal - avatar