Skip to content

Instantly share code, notes, and snippets.

View lexi933's full-sized avatar

Alexandra933 lexi933

View GitHub Profile
@Asjas
Asjas / reset.css
Last active October 17, 2023 23:13
My CSS Reset
/* Box sizing rules */
html {
box-sizing: border-box;
}
/* Set core root defaults */
html:focus-within {
scroll-behavior: smooth;
}