Create a checkerboard in CSS3
.checker {
height: 0;
width: 20%;
padding-top: 20%;
float: left;
background: black;
}
.checker:nth-of-type(even) {
background: white;
}
Demo
Written by Gavin McFarland
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#