Skip to content

Instantly share code, notes, and snippets.

@Martin-1
Last active September 3, 2018 18:02
Show Gist options
  • Select an option

  • Save Martin-1/bab975b1d90848b32d638f951dc49e37 to your computer and use it in GitHub Desktop.

Select an option

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.
/* 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