Answers for "how to put the entire background of a web page to a colour in css"

CSS
1

background color for whole page css

body{
	background-color:red;
}
Posted by: Guest on May-23-2021

Code answers related to "how to put the entire background of a web page to a colour in css"

Browse Popular Code Answers by Language