You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
568tools/lib/tools/Base64/dest/css/reset.css

16 lines
296 B

h1, h2, h3, h4, textarea, p, div, header, section, footer {
padding: 0;
margin: 0;
box-sizing: border-box; }
h1, h2, h3, h4 {
font-weight: normal; }
textarea {
border: none;
overflow: auto;
outline: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }