What is the most important tool for adding colors to certain areas of the page rather than the entire background ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the most important tool for adding colors to certain areas of the page rather than the entire background ?

27th Aug 2020, 1:03 PM
Ayush Kushwaha
Ayush Kushwaha - avatar
3 Answers
+ 3
There isn't a certain tool. Using CSS, you can add colors for specific elements :D For example: div { background-color: blue; }
27th Aug 2020, 1:10 PM
🈂️Toma
🈂️Toma - avatar
+ 1
Cover that area in div tag (using proper height and width) And then add background to it.
27th Aug 2020, 1:26 PM
Divya Mohan
Divya Mohan - avatar
+ 1
Can anyone answer me more efficiently.....🥺🥺
28th Aug 2020, 2:49 AM
Ayush Kushwaha
Ayush Kushwaha - avatar