Hey there, this is my first post, greetings from Ecuador, I just finished the product landing project, I don’t know what is a product landing page, but i guess that I made it right
https://codepen.io/regzam3/pen/GRZEeWa
4 Likes
Hi @zreyleo !
Welcome to the forum!
I think your page looks awesome!
I like the animation for the start reading buttons but they don’t seem to do anything when I click on them.
You might consider adding a smooth scroll to the page
html {
scroll-behavior: smooth;
}
1 Like
Welcome to the forums @zreyleo. Your page looks good. Some thing to revisit;
- Check that the user has entered a valid email addr. Throw an HTML5 validation error if not.
- You learned to do this when coding the survey form
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.