A Responsive version of the "HTML CSS Exercise 2" project using a CSS Framework
- Clone this repository into your projects directory
- Create an index.html file in the public/ directory
- Create a css/ directory in the public/ directory
- Create a styles.css file in the public/css directory
- Download and install your css framework into the public/css directory
- Open the .png layouts in the mockups directory for reference
- Whiteboard your plan for writing a mobile-first html document that will match the mockup
- Write the index.html document to match your whiteboard mobile-first mockup
- Style your mobile-first html document to match the mockups using your public/css/styles.css
Remember to start your http server inside the public/ directory.
$ http-server