You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great job keeping both the css and HTML neat and organized using comments and indentation. run through your HTML and make sure your indentation is consistent. everything that is nested to the same level should be indented the same.
consider making use of some well-placed line breaks throughout the HTML to help define each content chunk and make things easier to identify at a glance.
more info about HTML styling, in general, can be found here - https://www.w3schools.com/html/html5_syntax.asp
The text was updated successfully, but these errors were encountered:
Great job keeping both the css and HTML neat and organized using comments and indentation. run through your HTML and make sure your indentation is consistent. everything that is nested to the same level should be indented the same.
consider making use of some well-placed line breaks throughout the HTML to help define each content chunk and make things easier to identify at a glance.
more info about HTML styling, in general, can be found here - https://www.w3schools.com/html/html5_syntax.asp
The text was updated successfully, but these errors were encountered: