Design comparison
SolutionDesign
Solution retrospective
Using only Html Css and Js (just a bit)
Community feedback
- @tedikoPosted over 3 years ago
Hello, Luiz Claudio Lopes! 👋
Good job on this challenge! I would suggest you to:
- Read about semantic. Semantic elements lead to more consistent code, they are easier to read and improve accessibility.
- Try not to repeat your HTML code with image for each arrow. Easier way around is to use pseudo element
::before
on your.question
element. Set it toposition: relative
and your pseudo element asposition: absolute
. Put your image usingcontent: url('image.jpg')
.
Good luck with that, have fun coding! 💪
1@lc-dev90Posted over 3 years agoThx for your suggestions tediko! Appreciate
0 - @aminequPosted over 3 years ago
The arrows images are in the opposite direction.
1
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