这是我现在所拥有的:
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%;
}
两侧正确拆分,但左侧背景仅垂直覆盖横幅的一半。
这是我想要的样子: