Sometimes even the most simplest of things can seem impossible... have a look at this if maybe you see what I dont.
A div (in green) that is divided using classes into to two sides L and R.
For some reason the classes "left-content, right-content" do not want to stay inside the "examples" 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;
}