DEV Community

Discussion on: CSS Battle #1 - Simply Square

Collapse
 
tomek24 profile image
tOmek24 • Edited

My first solution is 80 Characters:
body bgcolor=#5d3a3a><div style="width:0;margin:-8;border:100px solid #b5e0ba"

when using img instead of div you can do without the "width" attribute.
72 Characters solution.

body bgcolor=#5d3a3a><img style="margin:-8;border:100px solid #b5e0ba"