Design comparison
Solution retrospective
I think everything works as it should
Community feedback
- @ApplePieGiraffePosted almost 4 years ago
Hi, Marcin! π
Well done on this challenge! π Your solution looks pretty good and is responsive! π
I suggest,
- Adding a little space between the heading and the top of the screen in the desktop layout (using margin/padding).
- Using a single
<h1>
tag for the heading in this challenge since it's really a single heading (not two separate headings). You can easily style each part of the heading differently using the<span>
tag. - Adding a
max-width
to the feature cards so that they aren't too wide when the layout first changes from desktop to mobile (and when the screen width increases in the desktop layout). π
Keep coding (and happy coding, too)! π
Oh, and hey, if found these suggestions helpful, and upvote would be appreciated. ;)
1 - @kyrylolvovPosted almost 4 years ago
Hey! π
Great job on this challenge! π
There is a little issue with display of project due to
margin
of the blocks on 320px resolution. Everything except this is amazing! πGood Luck and Happy New Year! π
1@FrontmaniaacPosted almost 4 years ago@kyrylolvov Yup I fixed the min-width and works just fine :) Thanks for your comment and Happy new Year of coding!
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