.sidebars {
float: left;
width: 20%;
}
.sidebar-box {
background-color: #f0f0f0; /* light gray background */
padding: 20px; /* add some padding */
border: 1px solid #ccc; /* add a border */
margin: 20px; /* add some margin */
width: 200px; /* set the width of the box */
height: 300px; /* set the height of the box */
}
.sidebar {
background-color: #fff; /* white background */
padding: 10px; /* add some padding */
}