Answers for "css entire page background color"

CSS
1

background color for whole page css

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

Code answers related to "css entire page background color"

Browse Popular Code Answers by Language