Created
March 20, 2026 12:21
-
-
Save PratikDeoghare/27f74ef454eea16f8abf693dab9ce709 to your computer and use it in GitHub Desktop.
Minimal Good Looking CSS
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
| body { | |
| padding: 2em; | |
| max-width: 50em; | |
| margin-left:auto; | |
| margin-right:auto; | |
| margin-bottom: 32em; | |
| line-height: 1.55; | |
| } | |
| p { | |
| padding-bottom: 1em; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment