Created
January 23, 2021 14:55
-
-
Save rebelchris/3d33e2d7bfa94564f18d3717b264e2ab to your computer and use it in GitHub Desktop.
Container
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
| .container { | |
| display: flex; | |
| width: 100%; | |
| max-width: 800px; | |
| margin: 0 auto; | |
| flex-direction: column; | |
| padding: 1rem; | |
| header { | |
| margin-bottom: 1rem; | |
| font-size: 2rem; | |
| font-weight: bold; | |
| i { | |
| color: #00f5d4; | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment