Latest comments
- @mohamed8eoSubmitted 13 days ago@shashreesamuelPosted 13 days ago
Hey, great job completing this challenge, this looks good. The only thing that you are missing is a box-shadow on your card.
Hope this helps
Cheers 🥳
1 - @Eman22000Submitted 13 days ago@shashreesamuelPosted 13 days ago
Hey Eman, great job completing this challenge. The only change you need to make is increasing the title a little
Hope this helps
Cheers 🥳
Marked as helpful1 - @samirbokhiriyaSubmitted 11 months agoWhat are you most proud of, and what would you do differently next time?
i was able to find the mistake using browser developer tools and it was really obvious using the developer tools from now on first im going to use the developer tools over the chat gpt it was a mistake it couldnt tell what was the problem
What challenges did you encounter, and how did you overcome them?i set the global margin to none rather than 0 so it was really hard to find but developer tools helped me a lot
What specific areas of your project would you like help with?still responsive web design is little bit hard for me
@shashreesamuelPosted 11 months agoAwesome work completing this challenge, your solution matches the design however I would recommend utilizing
scale:1
to zoom in on the card itself.Nonetheless, keep up the awesome work
Cheers!!
0 - @webwesleySubmitted 11 months agoWhat are you most proud of, and what would you do differently next time?
I'm proud about how i can solve this task without using any framework; What i would do differently next time is trust more im myself and make it done more fast.
What challenges did you encounter, and how did you overcome them?i've never use git before, so for the first try was very challenge and i got over it testing and learning more with documentation and stack overflow.
What specific areas of your project would you like help with?i think my code could be more simple and clean
@shashreesamuelPosted 11 months agoHey, awesome work completing this challenge. Your solution matches the design however I strongly believe that the heading text is wrapping a bit too much. Perhaps you can consider altering the width of the text.
Nontheless, keep up the awesome work
Cheers!
Marked as helpful0 - @stefan123283Submitted about 2 years ago@shashreesamuelPosted about 2 years ago
Awesome work completing this challenge
Your solution looks great however I think the font-size of your paragraph needs to be increased a little to match the design.
With regards to your validation issues, I think you are specifying fewer values than the transform property requires thus I recommend reading up on the css transform property
Hope this helps
Cheers
0 - @YasminFerreira0Submitted about 2 years ago@shashreesamuelPosted about 2 years ago
Awesome work completing this challenge.
Your solution looks great and close to the design.
With regards to your accessibility issue, there is no
h1
tag in your html document hence I recommend changing<p class="Nome__depoimento">Daniel Clifford</p>
to<h1 class="Nome__depoimento">Daniel Clifford</h1>
Hope this helps
Cheers
0