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

My second challenge.

AhmedAlasyotYβ€’ 110

@Ahmed666313

Desktop design screenshot for the NFT preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


I am a beginner I hope you like my design I wish to be a professional programmer

Community feedback

Travolgi πŸ•β€’ 31,420

@denielden

Posted

Hi Ahmed, I took some time to look at your solution and you did a great job!

Also I have some tips for improving your code:

  • add main tag and wrap the card for Accessibility
  • add descriptive text in the alt attribute of the image
  • You can add the effect :hover creating a div that appears on hover. I used tailwind but you can still see and understand which css properties you can use to do the same. Look here -> my solution
  • To make it look as close to the design as possible add border-radius: 1rem; to img
  • remove all margin from container class
  • try to use flexbox to the body for center the card. Read here -> best flex guide
  • after, add min-heigth: 100vh to body because Flexbox aligns child items to the size of the parent container

Overall you did well :)

Hope this help and happy coding!

Marked as helpful

0

AhmedAlasyotYβ€’ 110

@Ahmed666313

Posted

@denielden Thank you very much for your words, I am very happy with your words, and God willing, the upcoming challenges will be better, thanks again

1
Naveen Gumasteβ€’ 10,460

@NaveenGumaste

Posted

Hello Ahmed666313 ! Congo πŸ‘ on completing this challenge

Let's look at some of your issues, shall we:

  • Warp your card content around the main tag Ex: πŸ‘‡
<body>
<main class="container">
*all you content here*
</main>
</body>

happy CodingπŸ˜€

Marked as helpful

0

AhmedAlasyotYβ€’ 110

@Ahmed666313

Posted

@Crazimonk Thank you but what distorts your card content around the Ex main tag: πŸ‘‡

0
Shashree Samuelβ€’ 9,260

@shashreesamuel

Posted

Good job with this challenge Ahmed666313. Keep up the good work

Your solution looks great however I think your image just needs to resized a little.

I hope this helps and you will become a professional programmer once you are persistent.

Cheers, Happy coding πŸ‘

Marked as helpful

0

AhmedAlasyotYβ€’ 110

@Ahmed666313

Posted

@TheCoderGuru Thank you very much for your 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