@CorteleSubmitted over 1 year ago
First responsive layout project and first attempt at a mobile-first workflow. This project is far from perfect; there are several sizing, spacing issues. I am hoping to receive feedback so I can improve.
First responsive layout project and first attempt at a mobile-first workflow. This project is far from perfect; there are several sizing, spacing issues. I am hoping to receive feedback so I can improve.
You can add the following code to distribute space evenly in the main div
.main{ display: flex; }
For the divs inside the main div
.left-div, .right-div{ width:50%; }