前提
Airbnbの模写をしています。Airbnb
ヘッダーの部分についてですが、margin,padding等を設定していないのにも関わらず
画像のオレンジ色部分のように、余白ができてしまいます。
原因を教えていただけると幸いです。
実現したいこと
該当のソースコード
html
1<div class="header"> 2 <div class="header-left"> 3 <div class="header-icon"></div> 4 <div class="header-message">ホスティングへの扉を開きましょう</div> 5 <button>ホスティングをはじめる</button> 6 </div> 7 <div class="header-right">動画</div> 8 </div>
css
1 2* { 3 margin:0; 4 padding:0; 5 font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif; 6} 7 8.header { 9 height: 450px; 10} 11 12 13.header-left { 14 float: left; 15 background-color: grey; 16 width: 50%; 17 height: 450px; 18 text-align: center; 19} 20 21.header-message { 22 height: 140px; 23 width: 501px; 24 font-size: 64px !important; 25 font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif; 26 letter-spacing: -0.02em !important; 27 line-height: 70px !important; 28} 29 30.header-right { 31 float: right; 32 background-color: blue; 33 width: 50%; 34 height: 450px; 35}
試したこと
header-messageにmargin:0px 72px;を入れてみましたが、空白が均等になりませんでした。

バッドをするには、ログインかつ
こちらの条件を満たす必要があります。