Last active
August 1, 2025 15:45
-
-
Save selfagency/a0242d225f845e306acbec1ac51d7b77 to your computer and use it in GitHub Desktop.
monica.css - modern css reset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* {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