Skip to content

Instantly share code, notes, and snippets.

@dceddia
Created September 29, 2020 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dceddia/e684fda4826dc95cac557f0ac124974d to your computer and use it in GitHub Desktop.
Save dceddia/e684fda4826dc95cac557f0ac124974d to your computer and use it in GitHub Desktop.
Put this in VSCode > Preferences > User Snippets > css.json. Then in a CSS file, type "cf" and hit Tab.
"Center things": {
"prefix": "cf",
"body": ["align-items: center;", "justify-content: center;"],
"description": "Center items in a flex container"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment