我想在我的标题中将文本对齐底部,但是徒劳无功,我该怎么办呢。我也使用twitter-bootstrap,html文件代码是:
<h3 class="footer-accounts-no text-right">بينک اکاؤنٹس نمبرز </h3>
CSS文件是:
.footer-accounts-no{
font-family: "Jameel Noori Nastaleeq";
font-size: 2.5em;
color: #0eb7ff;
background: url(../img/bank_2916.png) no-repeat left;
background-size: 60px 60px;
height: 60px;
border-bottom: dotted 2px #fff;
}
如何在标题中将文字底部标记为零
答案 0 :(得分:0)