Skip to content

Instantly share code, notes, and snippets.

View thisisadityarao's full-sized avatar

Aditya Rao thisisadityarao

View GitHub Profile
@thisisadityarao
thisisadityarao / reset.css
Created September 22, 2025 05:43
A custom CSS reset based on Andy Bell and Josh Comeau's CSS reset.
/*
1. Josh's Custom CSS Reset
https://www.joshwcomeau.com/css/custom-css-reset/
2. Andy's (more) Modern CSS Reset
https://piccalil.li/blog/a-more-modern-css-reset/
*/
*,
*::before,
*::after {