Wireframing Part 2
During the last morning exercise, we built out the HTML for the VSSL mockup:

This morning, we're going to work on styling it with CSS to make it look more like the mockup.
Setup
- You already created the HTML for this mockup last morning exercise, so for part 2 we'll keep working on that same project
- Inside that vssl_mockup folder, create a
style.cssfile. Make sure it's on the same level as yourindex.htmlfile as well as theimgfolder andmockup.pngfile. - Inside your
index.htmlfile, link yourstyle.css -
Open
index.htmlin your browser.- You can check that your CSS is attached correctly by adding a background color to the page temporarily.
Activity
- Your focus should be on positioning the content!
- Save looking for fonts for last. You don't need the exact font - just choose something that looks similar.