早安健康日历:多吃Omega-3,让大脑更聪明
冠军也许会迟到
但胜利的决心永远不会缺席
0 人喜欢
Comments
There is no comment, let's add the first one.
弦圈热门内容
Vertically aligning CSS :before and :after content
I am trying to centre the link with the image, but can't seem to move the content vertically in any way.<h4>More Information</h4> <a href="#" class="pdf">File Name</a>The icon is 22 x 22px.pdf { font-size: 12px; } .pdf:before { padding:0 5px 0 0; content: url(../img/icon/pdf_small.png); } .pdf:after { content: " ( .pdf )"; font-size: 10px; } .pdf:hover:after { color: #000; }