Submitted 3 months ago
Pagina de recetas, diseño realizado con html, css y FlexBox
@Jorgel7202
Design comparison
SolutionDesign
Community feedback
- @junwei-wongPosted 3 months ago
Nice work completing the challenge. Here are some feedbacks from me:
- using px for font size is not really responsive when I switched to mobile view. Try to use rem or em for sizing.
- the li::marker are missing the colors when compared to the design. You can target them with the css below:
ul ::marker { /* works */ } li::marker{ /* works */ }
- the td is the 2nd column of the table font color is different from the design
Marked as helpful0 - @Jorgel7202Posted 3 months ago
Espero tener un juez como tú para todos los trabajos que complete
Y espero que todo esté tam bien que te quedes sin palabras
Gracias de todo cirazon
0
Please log in to post a comment
Log in with GitHubJoin 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