Hello,
I have completed the product landing page challenge with all tests passing - looking for general overall feedback of the code structure, visual design, and the responsiveness of the page:
https://codepen.io/jbo220/full/GRjoOpy
Thank you in advance!
-Julie
Hi @julie.bozek!
Welcome to the forum!
I think your page looks good.
A few things.
*(optional) You might consider adding a smooth scroll to your page.
html {
scroll-behavior: smooth;
}
- I think your should consider adding a cursor pointer to the submit and select buttons.
{cursor: pointer;}
Hope that helps!
Thank you so much for the helpful feedback @jwilkins.oboe!
I went ahead with your suggestions, good call outs- also, I did not even realize to check the HTML and CSS analyzer, so many many thanks there!