Answers for "CSS How to make each half of the background color different"

CSS
0

css background half one color the other half another color

div{
    	width:400px;
    	height:350px;
    	background: linear-gradient(to right, blue 50%, yellow 50%);
    }
Posted by: Guest on April-30-2021

Code answers related to "CSS How to make each half of the background color different"

Browse Popular Code Answers by Language