【发布时间】:2017-05-31 17:26:39
【问题描述】:
我的标题不会居中。如您所见,副标题还可以,但标题偏左。我怎样才能解决这个问题? 网址链接:http://st358373.cmd16c.cmi.hanze.nl/portfolio.html
HTML:
<div class="titel">Portfolio</div>
<div class="subtitel">Hier is een selectie van recentelijk werk.</div>
CSS:
.titel {
font-family: Raleway;
font-size: 52px;
color: #3b3d40;
text-align: center;
font-weight: 700;
margin-top: 20px;
display: block;
}
.subtitel {
font-family: Adobe Caslon Pro;
font-size: 18px;
text-align: center;
margin-top: 40px;
margin-bottom: 50px;
}
【问题讨论】:
-
你的社交媒体图标正在推动它。
-
您的代码在没有社交图标容器的情况下运行正确,刚刚经过测试