私のタイトルは中央になりません。あなたが見ることができるように、サブタイトルは大丈夫ですが、タイトルは左のほうです。これをどうすれば解決できますか? ウェブサイトリンク: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;
}
あなたのソーシャルメディアのアイコンがそれを超える推進している確認してください。 –
ソーシャルアイコンコンテナなしでコードが正しく実行され、テストされたばかりです – SergioAMG