Design comparison
SolutionDesign
Community feedback
- @ralacerdaPosted about 2 years ago
Great job on your first challenge.
If you remove
position: absolute
from the ".white-wall" class it will stop it from stretching it.But you can set
position: absolute; bottom: 0;
on the attribution element so it doesn't increase the body size.Your code is well written, I would only change the
white-wall
class name tocard
, since it better describes the element.Marked as helpful0
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