Responsive web design is a collection of techniques for building websites that work on multiple screen sizes. In this project, you can find the simple webpage layout that can be modified and use in any other progect.
CSS stiles is written with mobile first approach which means that page firstly adopted for small screen resolutions. Below you can find more information about mobile first approach:
- Mobile First - An adaptive, future-friendly solution for website design
- Brad Frost - Mobile First Responsive Web Design
- Box-Sizing: The Secret to Simple CSS Layouts
Source - Treehouse
You can find my full Treehouse workflow here.
Also follow this link to see more page layouts.
First clone git repository (type in console):
git clone https://github.com/Navalag/html-css_template.git
Than go to the project folder and open index.html file:
cd html-css_template
open index.html
Now you can change the code and see how it works ๐ ๐
Enjoy ๐ซ