Answers for "how to add colour to div"

1

turn a div green

div {
	background-color: green;
}
Posted by: Guest on February-24-2020

Code answers related to "how to add colour to div"

Browse Popular Code Answers by Language