I would love to hear your feedback for this webdesign that I’m planning to code for FCC-webpage-3 project - Product Landing Page
https:/uploads/default/original/3X/3/6/367013469709fbe492b8737b45120f468d8bf159.jpeg
OPEN FULL IMAGE
Hi,
in my opinion it’s a very nice design. There aren’t too many elements on the page, it’s easy to read and it’s also easy to find the most relevant information about the product. And it looks very nice is it your own project? If so, what apps did you use to create it?
Hi, how’re You?
Thanks for kind words, it means - really
I done this website alone, with figma
I didn’t know this one, looks like I should probably get familiar with Figma, since it seems to be a really great tool when it comes to design and all that stuff thanks for the info!
I really like this web. you all are doing a great job.
Thank you
here is it https://codepen.io/derviswebdev/pen/dyYVrXg
Looks good @derva. Some things to revisit;
- Run your HTML code through the W3C validator.
- There are coding errors you need to address.
- Use external styling for everything.
- Don’t use
<br>
to force line breaks or spacing. Use CSS. - Check that the email field has been populated correctly. Throw an error if not.
- You learned to do this when you did the survey form.