Last active
September 3, 2018 18:02
-
-
Save Martin-1/bab975b1d90848b32d638f951dc49e37 to your computer and use it in GitHub Desktop.
Center a checklist while having it align on the left in the center.
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
| /* checklist op de homepage centreren - add your own class*/ | |
| .checkie { | |
| max-width: 300px !important; | |
| margin-right: auto !important; | |
| margin-left: auto !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment