Last active
November 19, 2020 23:07
-
-
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
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
// 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