@ericsalvi
Posted
Hey Nazaf64,
Pretty solid start and not a whole bunch to improve. I would suggest maybe taking a look at using some CSS filters to get that background image a bit more like the provided solution design.
Take a look at your breakpoint where it seems to jump a bit early which gives a lot of empty space on mobile devices.
Lastly, one thing I like to do is run all of my pure CSS through an autoprefixer like https://autoprefixer.github.io/. What this tool does is generates compatible CSS for all browsers. Since you are using Grid and it is not 100% supported on older browsers.
Great job and keep up the momentum!
@Nazaf64
Posted
@ericsalvi Thanks for the feedback. Appreciate it! I'll look into it right away.