@mahenajTSubmitted 25 days ago
What specific areas of your project would you like help with?
I’m looking for feedback on any areas that could be improved, whether in layout, code structure, or accessibility.
I’m looking for feedback on any areas that could be improved, whether in layout, code structure, or accessibility.
Hi! Great work! Here are is some feedback for your solution:
aria-label
attribute.@font-face
rule for a custom font named "InterVar" but it's not currently used. If you want to use this font, make sure to link it correctly in your stylesheet. Alternatively, you can remove the unused rule.onclick
event or styling it differently if it's just for decoration.HTML:
.image
container. Since it holds an image, a <figure>
element might be more appropriate.srcset
attribute: The img
tag doesn't have a srcset
defined, so you can remove the empty srcset=""
attribute.CSS:
.container
instead of #container
).Additional points:
font-display
) to optimize performance.