Can you help me whith "repeating-linear-gradient"?
I currently have:
.myCSSrule {
width:400px;
height:400px;
background: repeating-linear-gradient(90deg,dodgerblue 0%
12.5%,mediumpurple 12.5% 25%,red 25% 50%,
orange 50% 100% ,yellow,lime,mediumseagreen,deepskyblue);
}
<div class='myCSSrule'></div>
I need the lines standing vertically inline like on the below photo: