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

  • @onwuemenejoshua

    Submitted

    1. Pls, what can I do to make the mobile view highly responsive, especially regarding the Image??
    2. pls, how do I position the container(Image and content(text)) in the middle of the page(desktop view)?
    3. pls, how can I make both the image and the content(text) to be of equal width?
    Gloryjaw• 300

    @Gloryjaw

    Posted

    Hi, nice try on the challenge.✨ There are lots of things you can do to improve the design. Some of them are-->

    1. Using % as widths to make your items responsive.
    2. You can give body display flex and height 100vh. Then use justify content and align items to center the whole container in the middle
    3. Images are by default not responsive, you should give them widths(in % of course). It will adjust its height according to aspect ratio.

    Marked as helpful

    0
  • Nader• 300

    @youtubbeh

    Submitted

    I tried to make it so the content on the right side reduced its width progressively instead of changing abruptly, but couldn't do it. I tried all sorts of width and max-width values, as well as flex-shrink.

    If you have any advice on how to do it, I'd be very thankful!

    Gloryjaw• 300

    @Gloryjaw

    Posted

    Hii, nice work on the challenge. It looks awesome.The few things you can do to make it look like the original design is -->

    1. You should use width in percentages instead of px to make change in widths progressively. Using width in percentage will adjust the width relative to its parent. So,width:75% means 75% of the parent width.

    2. Border radius of the GB left popup in desktop screen is little more than it should be, reduce it.

    3. Try to make your html code a little semantic.(using section, buttons tags instead of div).

    Marked as helpful

    0