#content {
background-color: #ACAE4C;
float: right;
display: inline-block;
padding: 0;
}
<div id="content">
<div class="pic"></div>
<div class="desc"></div>
</div>
I need assistance fitting an image into the div with class "pic" and also ensuring that my content with id=content
is responsive.