CSS Default Reset

PHOTO EMBED

Wed Jan 13 2021 20:23:26 GMT+0000 (Coordinated Universal Time)

Saved by @orlando #css

* { box-sizing: border-box; }

html, body { margin: 0; padding: 0; font-size: 62.5% }

body,
input,
button,
select,
textarea { font: 600 1rem Poppins; color: #222222; }

a { text-decoration: none; }
a:link { color: #6A26CD; }
a:hover { color: #431488; }
a:active { color: #6A26CD; }
a:visited { color: #6A26CD; }

html, body, #root { height: 100%; }

ul, ol { margin: 0 0 1rem; padding: 0 0 0 1rem; }
table { border-collapse: collapse; }
th { text-align: left; }   
td { vertical-align: middle; }
content_copyCOPY