Sometimes these things require a second pair of eyes, but proper syntax and formatting is very important to get the desired output in web pages and apps. Pay attention to minor errors like spelling and typos, consider installing a “Spell-check” extension for your code editor, as well as other helpful “Linters” that check for coding errors
Review line 201 of your HTML, for a syntax error =
Review line161 of your HTML, missing quotation marks " "
Review line 484 of your CSS, for a syntax/minor typo
Review line 731 of your CSS, for missing values to your css property
Review line 573 of your CSS, for incorrect css flexbox value
Sometimes these things require a second pair of eyes, but proper syntax and formatting is very important to get the desired output in web pages and apps. Pay attention to minor errors like spelling and typos, consider installing a “Spell-check” extension for your code editor, as well as other helpful “Linters” that check for coding errors
Review line 201 of your HTML, for a syntax error
=
Review line161 of your HTML, missing quotation marks
" "
Review line 484 of your CSS, for a syntax/minor typo
Review line 731 of your CSS, for missing
values
to your cssproperty
Review line 573 of your CSS, for incorrect css flexbox
value