nellencr / Form-for-Collecting-Data

0 stars 2 forks source link

Html layout + css selectors #2

Open adamclasic opened 4 years ago

adamclasic commented 4 years ago

for the layout, you could have more parents inside the form so that you select them easily and styling it would be more efficient. run HTML validator before moving on.

rammazzoti2000 commented 4 years ago

Also the elements on the page must be aligned, by creating a container for each major section in your html it wold be easier to align them, try to use the appropriate HTML semantic when choosing your tag elements.

rammazzoti2000 commented 4 years ago

The minilogos and logo divs should both stay in the header container, this helps for better alignment, also the indentation in html needs improvements, especially for readability when looking for errors