<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.todoItem{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);gap:10px;border:.5px solid hotpink;margin:10px auto;border-radius:5px;padding:10px}input [type=checkbox]{border:1px solid red;width:10%}
</pre></body></html>