This challenge tested me particularly in handling the table at the end. I broke a few rules in fixing that and the punishment is weird looking table in different screen sizes. That is soemthing I'll definitely have to improve on.
Latest solutions
Latest comments
- @why-not-phoenixSubmitted 4 months agoWhat are you most proud of, and what would you do differently next time?
- @njmoon21Submitted 4 months agoWhat are you most proud of, and what would you do differently next time?
I am most proud of the :hover interaction I made with the background color and text color.
If I were to create things differently, I would've tried to make the card container slightly smaller, because my solution looks slightly larger than the target design.
What challenges did you encounter, and how did you overcome them?I initially used a tag, however I was having a bit of trouble trying to make the button fill up the entire row in the container. There may definitely been a solution to that, but instead used a that would be inside of an tag that would represent the button.
What specific areas of your project would you like help with?I haven't practiced much pseudo-classes, hence why I was proud of using the :hover class for my buttons. I am also wondering how I can make the button take up on entire row, if I didn't need to use a div.
- @ValentinBnlSubmitted 4 months ago
- @brodel10Submitted 4 months agoWhat specific areas of your project would you like help with?
I would like to know which part of my code I could improve on, including best practices and which other ways I could have done this. Please criticize every single part of my code and guide me in the right direction.
@Barcode77Posted 4 months agoyour html code was way simplified than mine. i created another branch and made some changes to my original code. check it out!also, is nesting advisable?
0