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 comments

  • @TheEdaL06

    Submitted

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

    I feel more proud as I am learning to use CSS something that was previously very complicated to use along with HTML and now I see it much easier and understand it.

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

    What took me the most time was the responsive to adjust each item, specifically the table, since I had to put it in a div to adjust it as I wanted.

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

    I would like to know what I could change in my code for the better, what I could improve in my web development.

    @rzuanisko

    Posted

    Your site looks amazing different on Preview Site. Very nice work. I dont know why, but i can't see the code.

    1
  • @amina-refik

    Submitted

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

    I finally discovered how to easily match the design image with the HTML page. I need to ignore centering initially and instead focus on spacing first.

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

    This challenge is equally similar to the previous two.

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

    I don't know why my solution screenshot differs from the live site, even though I tested it on four different browsers. Does anyone else have the same problem?

    Edit: In the end, I discovered the problem. The headless browser used for taking screenshots doesn't support nested CSS selectors.

    @rzuanisko

    Posted

    Wow, looks great. Whats your trick for maintaining proportions?

    0
  • Osama 160

    @osamabeinglagging

    Submitted

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

    This was actually my first project EVER. Before this I just copypasted a tutorial to get a feel for how real websites are actually structured. So I can't think of anything I'd do differently because I'm a total newb.

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

    I had issues while trying to center a div so I looked at a few solutions of this problem. I know I'm sorry but I didn't copypaste anything really. Just ensured that using display: flex; on body wasn't a bad move and others were using it as well.

    Also I learned about a new thing called width: fit-content. Very interesting can't wait to work with it in the future.

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

    I guess any tip/feedback helps because I believe the code isn't really good so any tip will help me immensely.

    @rzuanisko

    Posted

    Hi, im newb too, but i can tell you about nice method center a div. Give your .container - position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) // for center

    I rly like this one.

    0
  • LLL0908 40

    @LLL0908

    Submitted

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

    I tried hard to let every items go to the right place. It's difficult for me since I'm really a beginner. I'd like to try different methods next time and make my coding structure more clearly.

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

    I'm confused with the position and I searched for the solution.

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

    Position

    @rzuanisko

    Posted

    For me, that's realy nice work. U have good proportion, but u can add biggest margin-top on your .container.

    0