+ 1
Why the background colour is not working??
Please let me know https://code.sololearn.com/W630zncGguWv/?ref=app
2 Réponses
+ 5
You can use colours directly in CSS.
Also background-color should be used in body part
body{
background-color:blue;
}
+ 2
Thanks it's working now