此课程有两个疑问
1 源代码是12345每个标签写上width height的值 为什么不能在.img{}直接设定。我试了一下图片乱了
<img src="../images/images/t_book.gif"width="80" height="80" />
<img src="../images/images/book1.jpg" width="80" height="80"/>
<img src="../images/images/book2.jpg"width="80" height="80" />
<img src="../images/images/book3.jpg" width="80" height="80"/>
<img src="../images/images/book4.jpg"width="80" height="80" />
<img src="../images/images/book5.jpg"width="80" height="80" />
2为什么padding:44px 15px 15px 意味着右下两边的填充都为15px但是为什么两边距离边框的距离不一致