patterns with css

Solutions on MaxInterview for patterns with css by the best coders in the world

showing results for - "patterns with css"
Brittney
25 Jul 2016
1background-color: #00ccd6;
2background-image: linear-gradient(90deg, transparent 50%,
3  rgba(255,255,255,.5) 50%);
4background-size: 50px 50px;