eliasecasta/HTML-Forms

05/05/2020 code review

Victorgonbu opened this issue · 0 comments

Some things to keep in mind

-you could use more specific classes for your CSS file.
-maybe be tags are not being correctly used.
-sort your CSS style with comments labels.
-try not to use p tags inside link tags.
-maybe you can use unique tags, try no to repeat them, instead you could divide tags with some other divs.
-please try no to use "!important" because it's going to be harder to modify in the future

Thanks for sharing!