第一个子伪类选择器似乎没有任何效果。这是 CSS,然后是 HTML:
.social-block a:first-child {
margin-bottom: 20px;
}
<div class="social-block">
<a href="#" target="_blank"><img src="stylesheets/img/socialblock-facebook.png" alt="socialblock-facebook" width="300" height="125"></a>
<a href="#" target="_blank"><img src="stylesheets/img/socialblock-twitter.png" alt="socialblock-twitter" width="300" height="125"></a>
</div>
不能告诉我哪里错了!