Skip to content

Instantly share code, notes, and snippets.

@MadeBugs
Last active March 14, 2019 08:53
Show Gist options
  • Select an option

  • Save MadeBugs/2101c70185668d2a70f4fbcab368e726 to your computer and use it in GitHub Desktop.

Select an option

Save MadeBugs/2101c70185668d2a70f4fbcab368e726 to your computer and use it in GitHub Desktop.
水平垂直居中
.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