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

  • @Sarkis-S

    Posted

    Hi Ariela, job well done on your component! I just finished this one too!

    There is something you should take a look at as this is important to web development. Open your component again then try resizing the browser window.

    As you can see, the component is becoming more narrow when the screen shrinks. It should look close to the mobile design image.

    I would suggest looking into media queries to handle that problem. Or take a look at the CSS again to figure out the problem. Use caution when working with percentages (%). I like to stick with pixels (px), and (%) for containers. But that is just my preference.

    Also, the exercise uses Google font 'Outfit'. See if you can import that into your project. It's a nice skill to have.

    0