My img won't integrate down into the page.
css for img:
dee {
display: block;
float: right;
border: 6px double grey;
width: 210px;
height: auto;
overflow-x:hidden;
background-color: #cad3de;
}
Img is nested within a section is this the problem?
My img won't integrate down into the page.
css for img:
dee {
display: block;
float: right;
border: 6px double grey;
width: 210px;
height: auto;
overflow-x:hidden;
background-color: #cad3de;
}
Img is nested within a section is this the problem?