Design comparison
SolutionDesign
Solution retrospective
feedbacks are appreciated
Community feedback
- @A-amonPosted over 3 years ago
Hello! Great work, so is the responsiveness. The JS code looks neat too. ~
I have a few suggestions:
- Since you're attaching the background-image to .images, you can try making .images stick to the bottom of the screen by using:
position:absolute; bottom:0; left:0; right:0; margin:auto;
-
Wrap the main content of the site in main tag.
-
Wrap each social media icon in a tag.
1 - @Blazing-MikePosted over 3 years ago
Noted. I was just focused on the countdown, I got tired of the UI. I would make changes right away
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