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?

    Nothing I'm proud of.

    I would animate the box shadow with mouse's position next time if possible.

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

    I wasn't able to make border of article image to be round after using media queries to adjust its height and width. I also wasn't able to make mobile design perfect after using media queries. I don't know whether to make the font smaller to make it look like mobile design or just manually adjust them accordingly. I wasn't able to overcome these.

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

    I wish to learn flex and flexbox to solve problem. Instead of using CSS grid every where. I wonder if its harder than CSS grid.

  • Submitted


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

    I'm proud of using Rem value for everything.

    I would use Rem from next time I build a website cause I was having trouble with making it responsive for smaller screen with PX value. After I switch to Rem. It was really easy to make this fit into smaller screen just by changing font size by media queries

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

    I wanted to center the QR Code in the middle of the grid. I used paragraph and text-align center to center it but It was making some trouble so I used margin: auto

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

    I'm wondering if there is a way to improve my code. Is it wise to use Rem for everything including img size, border, padding, margin, body height width?