#Background color
Defines the color of the element's background.
-
Background-color: transparent ;
defaultBy default, the background color is transparent, basically meaning that there is no background color.
-
Background-color: red ;
You can use one of the 140+ color names.
-
Background-color: #05ffb0 ;
You can use hexadecimal color codes.
-
Background-color: rgb (50, 115, 220) ;
You can use hexadecimal color codes.