Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css background half one color the other half another color

 div{
    	width:400px;
    	height:350px;
    	background: linear-gradient(to right, blue 50%, yellow 50%);
    }
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #background #color #color
ADD COMMENT
Topic
Name
5+1 =