Skip to content

Instantly share code, notes, and snippets.

@Programming-School-Pro-Coding
Created May 17, 2022 20:45
Show Gist options
  • Save Programming-School-Pro-Coding/2f3333bf6a432d595d8d5976caf59d08 to your computer and use it in GitHub Desktop.
Save Programming-School-Pro-Coding/2f3333bf6a432d595d8d5976caf59d08 to your computer and use it in GitHub Desktop.
* {
transition: all 0.5s;
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
}
ul,
li {
list-style: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment