下面给出的示例
<div id="SocialMediaBadges">
<a href="http://www.facebook.com/liftedattire">
<img src="facebook.png"/>
</a>
<a href="http://www.twitter.com/liftedattire">
<img src="twitter.png"/>
</a>
<a href="http://www.instagram.com/liftedattire">
<img src="instagram.pdf"/>
</a>
</div>
然后让css将它们与这样的东西对齐?我已经尝试了代码,但不幸的是,它没有用。我可以单独对它们进行编码,但这似乎更有效率。
#SocialMediaBadges {
float:left;
width:120px;
height:90px;
margin:5px;
}