Write CSS that matches the target image. The puzzle is solved when your CSS is 100% pixel perfect.
PixelPerfect uses HTML2Canvas to render HTML/CSS to an image. Please check the list of supported CSS properties.
<div class="square"></div>
.square { width: 60px; height: 30px; background: #00aedb; }