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

Responsive page using Angular Framework

#typescript#angular
Jesús Yanser• 70

@jyvega

Desktop design screenshot for the NFT preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

Kawsar Ahmed Fahad• 2,680

@faha1999

Posted

Hello, Jesús Yanser Congratulations on finishing this project. It's lovely and great on the whole! Just a little tip:

  • use modern CSS reset https://piccalil.li/blog/a-modern-css-reset/

  • add the below styles to the main

main{
    background-blend-mode: exclusion;
    align-items: center;
    /* padding-top: 150px; */
    /* padding-bottom: 150px;*/
}
  • Instead of using px, use relative units like rem or em to get better performance when the information on your page needs to be resized for multiple screens and devices. REM and EM apply to all sizes, not just font-size. You can code your entire page in px and then, at the very end, use the VsCode plugin px to rem to perform the automatic conversion px to rem

  • fixed the other HTML Accessibility issues from the report.

  • this is my solution for this challenge live,repo. I complete this challenge based on scss.

I hope it will work. Happy coding.

Marked as helpful

1

Jesús Yanser• 70

@jyvega

Posted

@faha1999 Thanks for the tips, I really appreciate it.

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