透過マークに使える市松模様
.ichimatsu { background-size: 30px 30px; /* repeating-conic-gradientが適用されるサイズ */ background-image: repeating-conic-gradient(from 0deg, #fff 0deg 90deg, #ebebeb 90deg 180deg); /* 90度ずつ色変更を360度まで繰返し(2回) */ background-repeat: repeat; }