Loopstudios landing page (React | Sass | Typescript | Vite)
Design comparison
Community feedback
- @kaamiikPosted 28 days ago
Hi. Congrats for doing this challenge. I take some notes from your solution I wanna mention:
-
I see some responsiveness issue in your page and because this is a css based challenge, I think It's really important to take consider. for example, on 320px your
h1
has overfow. From 1088px to 1320px the navigation items is out of page. when you zoom out your page to 80%, there is some problems in alignment. -
On the HTML, after your
header
you need to havemain
and wrap them all inside the main tag. -
Every element that has hover effect is interactive and every interactive element is clickable and should be
a
orbutton
. So here you need to have one of them. If the element take you to a new page it should bea
and if do an action like submit a form or add to cart then it should be abutton
.
0 -
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord