I am faced with a challenging task, that of converting a design into a static HTML page. The design in question features curves where the logo sits and at the bottom. I have made some progress, but there are still parts that need refinement.
The original design can be viewed here.
Below is a snippet of the messy code that I currently have:
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, blockquote {
margin: 0; padding: 0; border: 0;
}
body {
font-family: Helvetica, Arial, Sans-Serif; line-height: 24px;
background: #eee url(images/body-bg.jpg) center top no-repeat;
}
...