求救,hr分隔線無法置中。
<!-- html樣式部分代碼 -->
<div class="about">
<div class="a-top"></div>
<h2>ABOUT</h2>
<hr />
<div class="topword">
Lorem Ipsum is simply dummy text of the printing and typesetting<br/>
industry. Lorem Ipsum has been the industry's standard dummy<br/>
text ever since the 1500s.
</div>
</div>
/*CSS外部引入部分代碼*/
.about{
width: 100%;
height: 700px;
text-align: center;
}
.about h2{
font-size: 40px;
line-height: 150px;
}
.about hr{
height: 1px;
width: 50px;
background-color: #07cbc9;
align: center;
}
嘗試用css或直接在html標籤添加align="center",hr分隔線始終靠左,無法置中,請問該如何設置?另外分隔線該如何與下方文字拉開距離?是要針對文字區加設div,再設行高嗎?
正在回答 回答被采纳积分+1
- 参与学习 人
- 提交作业 11218 份
- 解答问题 36713 个
从一个不会编程的小白到一个老司机是需要过程的,首先得入门,学习基础知识,然后才能进阶,最后再到精通,本专题是你走进前端世界的不二选择!
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星