Skip to content

Instantly share code, notes, and snippets.

View ROKO108's full-sized avatar

ROKO108 ROKO108

View GitHub Profile
@ROKO108
ROKO108 / css-reset.css
Last active September 25, 2025 12:17
CSS Reset
@charset UTF-8;
html {
line-height:1.15;
-webkit-text-size-adjust:100%;
scroll-behavior:smooth;
}
body {
min-height:100vh;