Skip to content

Instantly share code, notes, and snippets.

@MinecraftFuns
Created December 7, 2019 13:14
Show Gist options
  • Save MinecraftFuns/bd37ee6f5119337d33e907ff605ca2b2 to your computer and use it in GitHub Desktop.
Save MinecraftFuns/bd37ee6f5119337d33e907ff605ca2b2 to your computer and use it in GitHub Desktop.
全屏显示
html, 
body {
 position: fixed;
 width: 100%;
 height: 100%;
}
div {
 height: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment