ExCurio / ColmarAcademy

Codecademy Pro Intensive Capstone Project: Colmar Academy
https://excurio.github.io/ColmarAcademy/
0 stars 0 forks source link

Layouts #2

Open tommygebru opened 5 years ago

tommygebru commented 5 years ago

You're layouts are looking top-notch Keith, the only thing I would suggest is starting the mobile layout sooner, at 700px. This will implement a mobile layout that will work well for a tablet device with responsive design in mind, and stop the elements from collapsing at lesser viewport widths

tommygebru commented 5 years ago

Also for large and complex projects like your capstone, you can help create a visual aide to identify the box model of all your webpage elements :eyes: For example: *{border: solid 1px orangered ;} or if you prefer *{background: rgba(0,0,0,.1);}