Skip to content

Instantly share code, notes, and snippets.

@csharpforevermore
Last active November 19, 2020 23:07
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save csharpforevermore/255720b9c0050c3d87f8537ed54a32f6 to your computer and use it in GitHub Desktop.
Common CSS tips and tricks - taken from YouTube video - https://youtu.be/qm0IfG1GyZU
// always (definitely!) centre
.ex1 .parent {
display: grid;
place: centre;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment