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

html and css

@Ivan96318

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

@enggsuraj

Posted

You can use the font provided in readme file.

1
Danilo Blas 6,300

@Sdann26

Posted

Hola Ivan!

Ya te dijeron que debes agregarle las fuentes que sale en style-guide.md además cambia el h2 por una h1 para que ya no te salga el error de accesibilidad en el reporte.

Tambien podrías agregar un h1 y le agregas la clase sr-only y le agregas a esa clase los siguientes atributos:

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

Luego actualizas el reporte para que no salga el problema.

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