Last active
March 14, 2019 08:53
-
-
Save MadeBugs/2101c70185668d2a70f4fbcab368e726 to your computer and use it in GitHub Desktop.
水平垂直居中
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
| .view { | |
| display: flex; | |
| align-items: center; | |
| justify-content: center; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment