Skip to content

Instantly share code, notes, and snippets.

View mohamed-osama45987's full-sized avatar
🏠
Working from home

Mohamed Elshamy mohamed-osama45987

🏠
Working from home
View GitHub Profile
@mohamed-osama45987
mohamed-osama45987 / reset.css
Last active July 8, 2022 09:33 — forked from Asjas/reset.css
Modern CSS Reset - Andy Bell
/* Box sizing rules */
*,
*::before,
*::after {
box-sizing: border-box;
}
/* Remove default margin */
* {