2017-01-17 75 views
0

整個DIV仍然在左邊,我想下面的枝條,但沒有運氣文本 - 塊犯規中心對齊

.captionhome { 
 
    width: 600px; 
 
    padding: 10px; 
 
    border: 5px solid black; 
 
    margin: 50px; 
 
    font-weight: bold; 
 
    font-size: 16px; 
 
    text-align: center; 
 
}
<div class="captionhome" style="text-align: center;">WARNING: This product contains nicotine. Nicotine is an addictive chemical.</div>

enter image description here

+1

如果設置了寬度,使用保證金:自動居中框,文本對齊工作在措辭內容中 –

+1

,如果你婉保持50像素的頂部和底部使用'margin:50px auto' –

回答

1

captionhome有一組寬度。要麼改變,要100%或添加

margin: 0 auto;