關於重複問題的更新:它不是相同的問題,因爲我無法設置包含div的高度。如何對齊div內的span元素?
如何在div內水平和垂直對齊span元素。
該div是resposive元素,因此它可能需要幾個大小。 跨度並沒有設置高度也不寬度
<div class="the-div">
<span class="the-span" >span here</span>
</div>
我嘗試:
.the-span{top: 50%; text-align: center}
我不想用JS這一點。
捕獲:
居中對齊,你是什麼意思? –
您是否嘗試在div class'the-div'中添加'text-align:center'? – Lee
是的,我需要中心的跨度裏面,水平和垂直 – JPashs