老师 这个dd标签里的东西没办居中啊
就是我给dd 里面的p标签设置margin-top属性往下移为什么是整个dd的内容向下移动
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
*{
padding:0;
margin:0;
}
.gallery .gallery-top{
font-size:30px;
font-family:"微软雅黑";
font-weight:bolder;
margin-top:35px;
text-align:center;
}
.gallery .hr{
width:100%;
text-align:center;
margin-top:20px;
margin-bottom:20px;
}
.gallery .m-word{
text-align:center;
text-size:14px;
text-weight:350;
color:gray;
margin-bottom:20px;
}
.gallery .content{
width:1000px;
margin:0 auto;
overflow:hidden
}
.gallery .content dl{
width:300px;
float:left;
margin-left:20px;
}
.gallery .content dl dd{
color:white;
background:black;
height:60px;
}
.gallery .content dl dd span{
line-height:60px;
margin-left;20px;
}
.gallery .content dl dt img{
width:300px;
height:200px;
display:block;
}
</style>
</head>
<body>
<div class="gallery">
<div class="gallery-top">GALLERY</div>
<div class="hr"><hr/></div>
<div class="m-word">
Lorem Ipsum is simply dummy text of the printing and typesetting<br/>
industryLorem lpsumhas been the industnys standard dummy<br/>
text ever since the 1500s.
</div>
<div class="content">
<dl>
<dt><img src="./03-01.jpg"></dt>
<dd><p>SCIENCE LAB</p></dd>
</dl>
<dl>
<dt><img src="./03-02.jpg"></dt>
<dd><p>INDOOR STADIUM</p></dd>
</dl>
<dl>
<dt><img src="./03-03.jpg"></dt>
<dd><p>TRANSPORTATION</p></dd>
</dl>
<dl>
<dt><img src="./03-04.jpg"></dt>
<dd><p>KIDS ROOM</p></dd>
</dl>
<dl>
<dt><img src="./03-05.jpg"></dt>
<dd><p>MEDITATION CLASSES</p></dd>
</dl>
<dl>
<dt><img src="./03-06.jpg"></dt>
<dd><p>KIDS PLAY GROUND</p></dd>
</dl>
</div>
</div>
</body>
</html>
正在回答 回答被采纳积分+1
- 参与学习 人
- 提交作业 11218 份
- 解答问题 36713 个
从一个不会编程的小白到一个老司机是需要过程的,首先得入门,学习基础知识,然后才能进阶,最后再到精通,本专题是你走进前端世界的不二选择!
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星