內文本居中這是我的HTML:如何一個div
<div class="fourcol" align="center" ;="" style="float:;">
<h2 class="center" style="text-align: center;">More Mentors Announced Soon</h2>
文本本身就是內容居中,但我想它在頁面內水平居中。我怎樣才能做到這一點?
這是我一直在使用它的CSS
.fourcol, {
position: relative;
float: left;
margin-right: 2.762430939%;
margin-bottom: 20px;
margin-top: 20px;
}
h2.center {
width: 50%;
margin: 0 auto;
可能重複[如何在水平和垂直居中文本?(http://stackoverflow.com/questions/19461521/how-to - 文字 - 水平 - 垂直) –