Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
This was tough on me and I struggled especially with the :before and :after pseudo selectors :) Therefore, I am pretty proud of myself to have made it through :)
What challenges did you encounter, and how did you overcome them?Pseudo selectors and the overall structure of the html page.
What specific areas of your project would you like help with?I would love to get some feedback on how I can improve my html structure and css in general.
Community feedback
- @Tsuna21182Posted 5 days ago
me gusta la estetica que majenas al final veo que usaste
<ul class="recipe__nutrition-list grid" role="list"> <li> <span>Calories</span> <span>277kcal</span> </li> <li> <span>Carbs</span> <span>0g</span> </li> <li> <span>Protein</span> <span>20g</span> </li> <li> <span>Fat</span> <span>22g</span> </li> </ul>creo que era mas declarativo usar
<table class="nutricion__tabla"> <tr> <td>Calories</td> <td class="tabla__totales">277kcal</td> </tr> <tr> <td>Carbs</td> <td class="tabla__totales">0g</td> </tr> <tr> <td>Protein</td> <td class="tabla__totales">20g</td> </tr> <tr> <td>Fat</td> <td class="tabla__totales">22g</td> </tr> </table>o bueno asi lo hice yo pero quedo genial saludos
Marked as helpful0@nrdygrnmaPosted about 22 hours ago@Tsuna21182 Muchas gracias para tu ayuda! Tienes razon - tu propuesta es mejor y voy a applicarlo! besos
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