Hello,
I just finished my 2nd FCC project, the Survey Form. I tried playing with CSS to make it look modern. I think that my code could be better because I am not sure if I used some pseudo-elements correctly.
What do you think about it?
Hello,
I just finished my 2nd FCC project, the Survey Form. I tried playing with CSS to make it look modern. I think that my code could be better because I am not sure if I used some pseudo-elements correctly.
What do you think about it?
Just a few issues:
for
attribute that points to the input.<br>
element to create new lines between elements. The <br>
tag has a very limited use case and that is not one of them. Use CSS to stack elements. The display
property may be of use here.legend
element, not a p
element.Thank you for checking my project, I fixed all the issues you pointed out. I hope you liked the website!
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.