I am struggling with creating a responsive website that will scale properly with different browser window sizes. Unfortunately, I am encountering an issue where a scroll bar appears which is not desired.
html
{
font: normal normal 12px/1 Calibri;
font-weight: bold;
color:#666;
}
body
{
background-color:#f1f1f1;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
.box
{
padding:20px;
background-color:#fff;
border:1px solid #ccc;
border-radius:5px;
}