Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

background with three line color css

div {
  background:linear-gradient(to bottom, #c4d7e6 0, #c4d7e6 33%, #66a5ad 33%, #66a5ad 66%, #ff0000 66%, #ff0000 100%);
  width: 100%;
  height:64px;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #background #line #color #css
ADD COMMENT
Topic
Name
3+5 =