Skip to content

Instantly share code, notes, and snippets.

@YeomanYe
Created December 24, 2016 14:18
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 YeomanYe/dd9492c0d5e08253390077ce5a881cfe to your computer and use it in GitHub Desktop.
Save YeomanYe/dd9492c0d5e08253390077ce5a881cfe to your computer and use it in GitHub Desktop.
CSS:layout halignCenterByVh
/*只适用与在视口中居中的场景*/
main {
width: 18em;
padding: 1em 1.5em;
margin: 50vh auto 0;
transform: translateY(-50%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment