Skip to content

Instantly share code, notes, and snippets.

@kerryChen95
Last active December 15, 2015 19:39
Show Gist options
  • Save kerryChen95/5312731 to your computer and use it in GitHub Desktop.
Save kerryChen95/5312731 to your computer and use it in GitHub Desktop.
水平居中浮动元素
.box{
float:left;
position:relative;
left:50%;
}
p{
float:left;
position:relative;
right:50%;
}
<div class="box">
<p>我是浮动的</p>
<p>我也是居中的</p>
</div>
{"view":"split-vertical","fontsize":"110","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment