Open adamclasic opened 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.
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
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.