Hello guys, I just finished my product landing page and I’ll like your opinion about it. Thanks.
Product landing page by Lucas Okafor.
Hello guys, I just finished my product landing page and I’ll like your opinion about it. Thanks.
Product landing page by Lucas Okafor.
Hey @Lucas2308,
Your page looks amazing on desktop.
Color choice and design look great as well.
However, you should try to make it responsive.
So that it looks as good on mobile devices as it looks on desktop.
Good job though.
All the best.
Thank you @aditya_p for your feedback.
I’ll try making it responsive.
Try using the mobile first approach. Build the website for mobile phones at first then use @media to make it looks good on desktops. That’s a much easier job and it’s better.
Thank You for the advice @Sebbe.
I like the colors
In pricing, use some paddings/margins to your fontawesome icons, let have some space
You have so much space in footer, put some larger icons for social in footer… And you dont have to use width: 100px, it’s not a “clean” code, better use text-align: center…
Try this, i think its better for the eye
#social {
text-align: center;
padding: 10px 0;
}
#footer {
background: #59CFEB;
padding: 20px 0;
margin-top: 40px;
}
However, its very good, keep it up
Hey @stefika,
Thanks for the advice and the code snippet.
I just tried it and my footer looks way better than before .
I always like to check first on mobile, and as said before by other posters, you need to sort out the media queries for mobiles. I look forward to seeing that