Suppose your HTML is structure like this     …     …..

Suppose your HTML is structure like this     …     …     …   Write the CSS that would create a two-column layout according to these requirements The CSS should be written for an external CSS file The ASIDE It is on the right side of the page Its width is 30% of the BODY’s width It has no margin The MAIN It is on the left side of the page Its width is 45% of the BODY’s width It has no margin The FOOTER is below both the MAIN and ASIDE It is not affected by any floats It has no margin