【发布时间】:2014-02-19 22:36:45
【问题描述】:
我试图在 div 中居中图片链接,但是出了点问题。
我的代码:
<div id="screenshots">
<figure class="sreenshot">
<a href="/img/products_screenshots/15/opportunity.png" rel="screenshots" class="fancybox"><img alt="" id="screenshot0" src="/img/products_screenshots/15/opportunity.png"></a>
<figcaption>Карточка "Продажи"</figcaption>
</figure>
</div>
class="sreenshot"中间的每一块图片应该是什么样式?
现在看起来像这样Screencast
【问题讨论】:
标签: css image hyperlink center