Answers for "css background half one color the other half another color"

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

Browse Popular Code Answers by Language