Would you get the result of the image below using only Css in body
?
Obs: Without using
divs
MaximumI'veachieved:
body{
background: linear-gradient( to right, red 25%, green 25%, green 70%, yellow 70%, yellow 80%, blue 80%, blue );
}