Skip to content

Instantly share code, notes, and snippets.

@JosephJilei
Last active January 27, 2023 19:36
Show Gist options
  • Save JosephJilei/5386874 to your computer and use it in GitHub Desktop.
Save JosephJilei/5386874 to your computer and use it in GitHub Desktop.
CSS:reset template
@charset "utf-8";
/* CSS Document */
html,body,div,ul,ol,li,a,img,span,p,b,input,label {
margin:0;
padding:0;
border:0;
}
ul,ol {
list-style:none;
}
a {
text-decoration: none;
}
a:hover {
}
table {
border-spacing:0;
border-collapse:collapse;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment