Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Beginner page using HTML and CSS

@mateusceci-coder

Desktop design screenshot for the Results summary component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

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

Brine 140

@brinereef1

Posted

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-coder

Posted

@brinereef1 great, thanks for the suggestion!

0

@faisalahmed11

Posted

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

@mateusceci-coder

Posted

@faisalahmed11 thanks for the advice!

0

Please log in to post a comment

Log in with GitHub
Discord logo

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