Galleria slideshow site using React
Design comparison
Community feedback
- @kaamiikPosted 24 days ago
Hi. Congrats for doing this challenge. Your animations really beautiful. I really liked them. Also I noticed some points I wanna mention:
-
In your details page inside your header the Galleria logo should be a link and also need a visually hidden text for screen readers . you can use
h1
inside your main tag. -
Your
max-width
should be inrem
unit. -
For the painting and the headings near to it and also the avatar image you can simply use grid layout for 3 screen sizes. There is no need to use absolute positioning. Just work on the
grid-template-rows
andgrid-template-columns
and then you can delete lots of your CSS code on absolute positioning. -
The Year is not a heading I think. using
p
is better or you can use::before
for the description and add the year. -
All of your content should be inside the
main
element.
Marked as helpful0 -
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