Beginner page using HTML and CSS

Solution retrospective
It´s my first page that i submit, im really new, so any advice or suggestions will be great!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @brinereef1
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; }
- @Phospudim
this is awesome, congratz
- @faisalahmed11
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.
Join 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