1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
body { background-color: #a4b0be; } * { box-sizing: border-box; } .Asset { display: inline-block; border: solid black 1px; width: 34px; height: 34px; } /* Prevent SVG elements from interferring with drag n drop. */ #Grid * { pointer-events: none; }