css background verlauf code example
Example: html container farbverlauf
pre {
background-image: repeating-linear-gradient(#efefef,#efefef 22px, white 22px, white 44px);
font-size: 0.9rem;
line-height: 22px;
}
pre {
background-image: repeating-linear-gradient(#efefef,#efefef 22px, white 22px, white 44px);
font-size: 0.9rem;
line-height: 22px;
}