Design comparison
SolutionDesign
Solution retrospective
It´s my first page that i submit, im really new, so any advice or suggestions will be great!
Community feedback
- @brinereef1Posted over 1 year ago
It looks great, only one suggestion to align the icon with the word
you can use
<div class="skill reaction"> <div> <img src="./images/images/icon-reaction.svg" /> <p>Reaction</p> </div> </div>
for all your four skills and in the css file
.skill div { display: flex; align-items: center; }
1@mateusceci-coderPosted over 1 year ago@brinereef1 great, thanks for the suggestion!
0 - @PhospudimPosted over 1 year ago
this is awesome, congratz
1 - @faisalahmed11Posted over 1 year ago
It's really a great submission, I would suggest you go to the challenges and sort them from easier to harder and follow the flow. don't forget to continue your learning along with practice.
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