0
What is the most important tool for adding colors to certain areas of the page rather than the entire background ?
3 RĂ©ponses
+ 3
There isn't a certain tool. Using CSS, you can add colors for specific elements :D
For example:
div {
background-color: blue;
}
+ 1
Cover that area in div tag (using proper height and width)
And then add background to it.
+ 1
Can anyone answer me more efficiently.....đ„șđ„ș