下記コードを記載したところ
右側に余白が空いてしまいます。
調べたのですが、解決方法が分からず、
何かヒントかご教授頂けますと幸いです。
<style type="text/css"> .box{ display: flex; margin: 0 auto; width: 660px; background-color:#B3B3B3; } .box .box_contents{ background-color:#f1fcf4; } .box .box_media{ width: calc(100% - 382px); background-color:#F9B6B7; } </style> <div class="box"> <!--左側--> <div class="clm1 box_media"> 左側左側左側左側左側左側左側左側左側左側左側左側左側左側左側左側左側左側左側左側左側左側左側左側左側左側左側左側左側左側左側左側左側左側 </div> <!--左側--> <!--右側--> <div class="clm1 box_contents"> 右側右側右側右側右側右側右側右側右側右側右側右側右側右側右側右側右側右側右側右側右側右側右側右側右側右側右側右側右側右側右側右側右側右側右側 </div> <!--右側--> </div>
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。