Skip to content

Instantly share code, notes, and snippets.

View Kyo1465's full-sized avatar

Zhiger Kyo1465

View GitHub Profile
*,*::before, *::after {
margin: 0;
padding: 0;
border: none;
box-sizing: border-box;
}
a, a:visited, a:hover {
text-decoration: none;
color: inherit;