CSS Reset (einfach)


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. * {
  2. padding:0;
  3. margin:0;
  4. border:0;
  5. text-decoration:none;
  6. list-style:none;
  7. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.