Design comparison
Solution retrospective
I had some trouble for the header text, what is the best practice? Because it has a fixed width
Community feedback
- @ApplePieGiraffePosted almost 4 years ago
Hey, Theodorus Clarence! 👋
Your solution looks good and responds well! 👏
I think you've done a fine job on the heading—using the
<span>
element to apply different styles to the top and bottom of the heading was a good idea. You can always use a media query to decrease (or even increase) the font-size of the heading (and other textual elements) on the page when the screen width decreases (which you could do in this case). 😉I suggest,
- Adding some space between the heading and the top of the page (using margin or padding) so that there's some room between the two.
- Decreasing the intensity of the box-shadow around the feature cards just a little bit.
Keep coding (and happy coding, too)! 😁
2 - @AbdulRehamanShaikhPosted almost 4 years ago
Why is the footer fixed ? Any reason ? Also why is your code not responsive ? Any particular reason for that ?
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