最も単純なことでさえ、不可能に思えることもあります。
クラスを使用して L と R の 2 つの辺に分割された div (緑色)。
何らかの理由で、クラス「左コンテンツ、右コンテンツ」は「例」の div 内にとどまりたくありません。
#examples
{
width:100%;
margin-bottom:45%;
padding-top:10%;
height:auto;
border-top: dashed #CCC 1px;
background-color:#0FC
}
.resize
{
width:100%;
height:auto;
border: solid #CCC 1px;
}
.left-content
{
float:left;
width:60%;
}
.right-content
{
float:right;
width:30%;
padding-left:5%;
}
.title
{
margin-top:0px;
font-family: 'PT Sans Narrow', Arial, sans-serif; font-size: 1.00em; font-weight:300; letter-spacing: 0.1em; color:#F63
}
.content
{
font-family: 'PT Sans Narrow', Arial, sans-serif;font-size: 0.80em; font-weight:300; color:#444; text-justify:newspaper
}
.goto, .goto a, .goto a:hover, .goto a:visited
{
margin-top:-5px; font-family: 'PT Sans Narrow', Arial, sans-serif;font-size: 0.95em; font-weight:300; color:#09F; text-decoration:none; letter-spacing: 0.1em;
}