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

All solutions

  • Submitted


    What are you most proud of, and what would you do differently next time?

    This is my first CSS Grid project.

  • Submitted

    Recipe page

    • HTML
    • CSS

    0


    What are you most proud of, and what would you do differently next time?

    I think this went well. I want to give clients realistic timescales when I start doing paid work, I know this will come as I do more challenges.

    What challenges did you encounter, and how did you overcome them?

    I originally did the final section as a table and it turned out okay. I thought I would try it again with Flexbox and I preferred this approach because it is much more readable in the HTML and CSS.

    What specific areas of your project would you like help with?

    Is there a preferred or right way when it comes to table-like content on a website in how to build it? Should it be in a table, CSS grid, Flexbox or other CSS framework, or does only the end result matter?

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I'm happy I have done another Frontend Mentor challenge! I will aim to do another one this week and try to increase my output even further within the next month.

    What challenges did you encounter, and how did you overcome them?

    I wanted to go beyond what the challenge was asking, just something a little extra, so I have put icons and some minor animations on each button.

    What specific areas of your project would you like help with?

    I've seperated my CSS with comments into different parts: CSS reset, Tags and Classes. I'm not sure if this makes it more readable but it was all getting a bit messy as I was building the challenge. Is there a standard way everyone does it?

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I am happy that I have completed another challenge. I can see now that I should have used a mobile first approach, next time I will work from a mobile first design and add media queries to accomodate larger screen sizes. I did it the other way around here.

    What challenges did you encounter, and how did you overcome them?

    I struggled to resize the image and keep the border radius. Every time I tried to resize it in the media query, the border radius was not work but after I used object-fit it worked. I've probably learned this in tutorials but this challenged helped me use that knowledge and I am more likely to remember it for future projects.

    What specific areas of your project would you like help with?

    Nothing specific other than I hope my speed picks up over time, which I am sure it will!

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I'm happy that I have finally published a solution to Frontend Mentor after being in tutorial hell for a while now.

    What challenges did you encounter, and how did you overcome them?

    Nothing technical, I thought the challenge was straight forward.

    What specific areas of your project would you like help with?

    I would like to eventually settle on one definitive CSS reset best practice. I found too many in my research and ended up doing my own thing.