Skip to content

Instantly share code, notes, and snippets.

View angusjune's full-sized avatar
🤪
hyped up

Angus Zhu angusjune

🤪
hyped up
View GitHub Profile
Frankly, my dear, I don't give a damn.
@angusjune
angusjune / reset.css
Created October 8, 2019 08:36
A modern CSS reset.
/* Box sizing rules */
*,
*::before,
*::after {
box-sizing: border-box;
}
/* Remove default padding */
ul[class],
ol[class] {