Your client, Wendy, has created "pixel-perfect" images representing how she wants her website to look, and provided the text. Make her site!
Create a file called style.css
in the root directory.
You only need to work on the "About Me" page. You can reference the included WendyBite_AboutMe.png
file for design.
Note that you will need CSS 'float' to make this layout look as it's pictured!
She knows a thing or two about web design, so be sure your HTML and CSS validate.
To check whether your CSS validates, the instructors will be using this site:
https://jigsaw.w3.org/css-validator/#validate_by_input
You will notice that certain characters do not render properly. For example, this appears in the header: Résumé
. You need to fix this. Start by Googling "strange HTML characters".
Create and style the resume page for Wendy's site. You can reference the included WendyBite_Resume.png
file for design.