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

  • P

    @asad102

    Submitted

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

    solving this challenge, creating projects and thinking how to solve is what I proud, my plan is to keep going and dive to the deep.

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

    the trick is to how to use different images on different screen sizes, after googling and searching i got the idea.

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

    commenting and review is what make my day

    baetere 20

    @baetere

    Posted

    love

    Marked as helpful

    1
  • ianwilk20 220

    @ianwilk20

    Submitted

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

    I'm most proud of the responsibility of the site because with these challenges we are provided with two mockups, one for the mobile and one for a desktop layout. The in-between sizes of the screen are also important to consider when developing a responsive website.

    Next time, I would find a way to make the CSS file less cumbersome.

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

    I was having trouble with some of the images overflowing with their parent elements.

    What helped was adding this to my CSS to see the borders of elements and what exactly was causing the overflow:

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

    I'd like to know if there's a better practice for developing a responsive website without a huge CSS file that has screen size-specific customizations.

    I'm trying to find a way to minimize the amount of CSS I write. Typically I start developing the mobile layout of a site and afterwards move on to designing the standard 1920x1080 desktop layout. Already that requires some media queries. What adds more complexity to the CSS file are the in-between sizes. Most often the in-between sizes need certain customizations to make the site's responsiveness look natural and less like the in-between sizes were forgotten about.

  • @hmousavin

    Submitted

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

    It's finally finished! I have did this cross layout, at least 3 times, (first with flex, then by absolute position + transform and at last by grid) and it's been on my nerves about a week

    I'm quite happy I passed this, since I was too busy to focus enough on this project.

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

    1. Get enough understanding of grid design in action; obviously with a lot of experiment and trial and error
    2. Having a lot of *.ttf files and defining font-face for each of them; I've done this by separate definition (I guess it's not best possible solution !)
    3. Having Box-Shadow: It was the first time I used this feature and I tried to make my work as similar as possible to desired images

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

    1. How to handle lots of *.ttf files? By defining separate @font-face with each other? Or there's a better approach?

    2. How to align to center without using flex? I'm expecting to use margin and padding with magic of "auto", but it's not working, even when I gave width to it's parent element!

    baetere 20

    @baetere

    Posted

    0