css文本在标题中对齐底部

时间:2015-06-27 05:30:39

标签: css twitter-bootstrap

我想在我的标题中将文本对齐底部,但是徒劳无功,我该怎么办呢。我也使用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;
}

如何在标题中将文字底部标记为零

1 个答案:

答案 0 :(得分:0)

如果您共享text-right css也会很好,无论如何都要在css类中编写代码,

vertical-align:bottom;

检查 jsfiddle.net/r3df3wwo