Design comparison
Community feedback
- @Sarkis-SPosted about 2 years ago
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
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord