I have been experimenting with various approaches such as adjusting the size of the divs to tiny dimensions and trying out inline-block or float left and right properties, but I am still unable to achieve the desired result of having my divs positioned side by side. Below is the CSS code, please assist me:
#ContentHome {
clear: both;
margin-left: 0;
width: 79%;
display: inline-block;
vertical-align: top;
border: thin solid #FFF;
color: #000000;
}
#Side {
clear: both;
margin-left: 0;
width: 20%;
display: inline-block;
vertical-align: top;
font-family: "Myriad Pro", Calibri;
font-size: 16px;
border: thin solid #FFF;
color: #000000;
}