Responsive, Display (Grid, Flex), AddEventListener, querySelector

Please log in to post a comment
Log in with GitHubCommunity feedback
- @ChamuMutezva
Welldone on finishing your project. Good work. Here is a few recommendations.
- On the desktop , the part of the image to the right on the design is hidden. You need to find a way to fix it.
- The active part on desktop is showing a small rectangle caused by the
box-shadow
on this class.rigth .informationFromAuthorPost .socialMedia .box
on your css on line 138. You can just remove the box-shadow in that declaration. - You will need one more query to take of devices like tablet, you have to scroll horizontally to see the rest of the page.
Join 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