Answers for "background with three line color css"

CSS
0

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;
}
Posted by: Guest on December-01-2020

Code answers related to "background with three line color css"

Browse Popular Code Answers by Language