肖恩D++
Not Equal C && !=C && 不等于西
-
Set “height” property in CSS of a link
Posted on June 25th, 2013 Add commentsBy default, the tag <a> is an inline element, there is no way to set custom height for it. It only changes along with the text size. But you can change it to be block in order to set a custom height like below:
1234a.bigLink {display: block;height: 100px;}
Leave a Reply
Be the First to Comment!