For example:
aside1{
width: 25%;
float: left;
}
section{
width:45%;
float: left;
}
aside2{
width: 20%;
float: left;
}
footer{
clear: both;
}
For example:
aside1{
width: 25%;
float: left;
}
section{
width:45%;
float: left;
}
aside2{
width: 20%;
float: left;
}
footer{
clear: both;
}