HTML 文本 圖標 組合居中顯示

<!DOCTYPE HTML>
<html>
<head>
<style>
.dclass{
width:100%;
background-color:red;
text-align:center;
}
.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #aaa;
    border: solid 1px #000;
}
.aligned {
    vertical-align: middle;
}
</style>
</head>
<body>

<div class="dclass">
<span class="aligned">13413413413413413413413413412341323413414134文字</span><span class="icon aligned"></span>
</div>

</body>
</html>

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章