Skip to content

Instantly share code, notes, and snippets.

@1000copy
Created December 18, 2019 03:56
Show Gist options
  • Save 1000copy/b6f6f65a2058892b871d292c3e9cd116 to your computer and use it in GitHub Desktop.
Save 1000copy/b6f6f65a2058892b871d292c3e9cd116 to your computer and use it in GitHub Desktop.
<style>
.d1{
width: 300px;
height: 300px;
background:blue;
position: absolute;
left: 50%;
transform: translate(-50%,0);
}
</style>
<body>
<div class="d1">
<span>这是测试</span>
</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment