- Inside your morning exercise folder, create a folder called
supply
- Inside your new
supply
folder, create anindex.html
file. - Inside your
supply
folder, create astyle.css
file. - Add the boilerplate to your html file.
- Connect your CSS file to your HTML file and make sure that it is attached (hint: give the body a background color temporarily)
- NOTE: All images you'll need to recreate the mockup are provided for you in the
img
folder
Before diving in: Review what wireframing is and how to use it for building a layout with HTML and CSS.
- Guide to Wireframes
- Example video of Karolin wireframing the supply mockup
- Example image of wireframing the supply mockup by hand
A Complete Guide to Flexbox (CSS Tricks)
Equidistance Spacing- examples of failed attempts and wins