これが私が今持っているものです:
HTML:
<div id="content">
<p>Text here</p>
<div id="right"><p>Text here</p></div>
</div>
CSS:
#content{
font-size:25px;
color:white;
font-weight:bold;
background-color:red;
}
#right{
background-color:#53EDF0;
margin-left:50%;
}
2 つの側面は正しく分割されていますが、左側の背景は垂直方向にバナーの半分しかカバーしていません。
これが私が望むものです: