html and css

Please log in to post a comment
Log in with GitHubCommunity feedback
- @enggsuraj
You can use the font provided in readme file.
- @Sdann26
Hola Ivan!
Ya te dijeron que debes agregarle las fuentes que sale en
style-guide.md
además cambia elh2
por unah1
para que ya no te salga el error de accesibilidad en el reporte.Tambien podrías agregar un
h1
y le agregas la clasesr-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.
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