Hi Nehal, Your solution is almost perfect but as a UI designer I can not overlook some of the subtle differences. Your colors are just a bit off and the shadow is a lot darker but I am sure if you had the Figma file it would have been absolutely perfect. I am fairly certain you get color codes in the readme file of the project or you can just open the screenshots in the browser and pick colors using dev tools.
Just a little feedback.
BTW I loved your caption, Do you mind if I copy the style?
I don't anything about flexbox. while researching for help this came to me but did not know how to use flexbox.
I am confused about how to center the middle component, I did (margin: auto) but it worked only horizantally not vertically. Any Suggestions on how do that.
Hi Norman, Congratulations on completing this challenge.
I am assuming you coded this on a laptop and it looks almost perfect on that screen.
I saw the live site on a 22'' Monitor and the layout is breaking for a couple of sections like the section with iMac.
The background image is not showing up because you just need to add one more dot on the URL path "url('../images/bg-header-desktop.png')"
also, there's a different background image for the Mobile screen.
On class -- ".desktop_content", remove "align-items: center"
Hello @khushi0909, Congratulations on completing the Challenge.
I checked the live solution and I would like to make some suggestions.
You have to use the font - family called Outfit from Google Fonts.
You have set the width of the card as - 20vw which will look fine on Laptops and Desktops but it will shrink too much on mobile devices with very little width since 'vw' relates to Viewport width. I'd suggest setting a min-width to some pixel value to make it responsive.