Design comparison
SolutionDesign
Community feedback
- @devusexuPosted about 1 year ago
For better semantics of HTML, here's my suggestion and links to docs on MDN
- You may want to use
main
instead ofsection
- You can use
picture
for RWD image instead of using CSS - You can use
figure
andfigcaption
to contain the image and the info - Use
button
instead ofa
for the button or letbutton
containa
. You can still make the button interactive without a link using
button:hover, button:focus { cursor: pointer; }
0 - You may want to use
- @DanonymousCoderPosted about 1 year ago
Great work Bruh, keep grinding. Your work is awesome but there are some few glitches you still need to fix. Firstly, the image width should be increased to give it a more befitting look. Secondly, the element 'PERFUME' should have a color: hsl(228, 12%, 48%) not black and also increase the word spacing. Thirdly, the text 'Essence' should be on the same line with 'Gabrielle'. Fourthly, your slashed price should be up beside the actual price not directly beside it.
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