Skip to content

Instantly share code, notes, and snippets.

@selfagency
Last active August 1, 2025 15:45
Show Gist options
  • Save selfagency/a0242d225f845e306acbec1ac51d7b77 to your computer and use it in GitHub Desktop.
Save selfagency/a0242d225f845e306acbec1ac51d7b77 to your computer and use it in GitHub Desktop.
monica.css - modern css reset
* {box-sizing: border-box}
[hidden] {display: none !important}
[disabled] {pointer-events:none; opacity: 0.3}
.horizontal {display: flex; flex-direction: row; justify-content: space-between}
.vertical {display: flex; flex-direction: column}
.center {justify-content: center; align-items: center}
.flex {flex: 1}
html {
--spacing-xs: 8px;
--spacing: 24px;
--spacing-s: 12px;
--spacing-m: 36px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment