这是我的代码,我需要添加一个水平边框,如图所示
<section class="about">
<div class="container">
<h1 class="text-center">The Resturant</h1>
<h3 class="text-center">A little about us and a brief history of how we started</h3>
<div class="about-border"></div>
</div>
</section>
5条答案
按热度按时间8dtrkrch1#
尝试
小提琴:https://jsfiddle.net/9oapmz9b/
fgw7neuy2#
.about-border
div是不必要的,您可以改为以:after
虚拟元素为目的。例如:完整示例:https://jsfiddle.net/6d6tvqb2/
h4cxqtbf3#
或者例如
wgx48brx4#
here is the sol:
zkure5ic5#
试试这个代码,hopw这个有用。