Given this XSL-FO file, create equivalent code in CSS3
Budget $2-8 AUD / hour
Given this XSL-FO, create equivalent code in CSS3.
<fo:layout-master-set>
<fo:simple-page-master master-name="cover"
page-height="11in"
page-width="8.5in"
margin-top="1in"
margin-bottom="1in"
margin-left="1in"
margin-right="1in"
font="12pt Times">
</fo:simple-page-master>
<fo:simple-page-master master-name="leftPage"
page-height="11in"
page-width="8.5in"
margin-left="1.5in"
margin-right="1.5in"
margin-top="1in"
margin-bottom="1in"
font="10pt Verdana">
</fo:simple-page-master>
<fo:simple-page-master master-name="rightPage"
page-height="11in"
page-width="8.5in"
margin-left=".75in"
margin-right=".75in"
margin-top="1in"
margin-bottom="1in"
font="10pt Courier">
</fo:simple-page-master>
</fo:layout-master-set>