Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

CSS FLEXBOX, JS

@Blazing-Mike

Desktop design screenshot for the Launch countdown timer coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
3intermediate
View challenge

Design comparison


SolutionDesign

Solution retrospective


feedbacks are appreciated

Community feedback

Amon 2,560

@A-amon

Posted

Hello! Great work, so is the responsiveness. The JS code looks neat too. ~

I have a few suggestions:

  1. 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;
  1. Wrap the main content of the site in main tag.

  2. Wrap each social media icon in a tag.

1

@Blazing-Mike

Posted

Noted. I was just focused on the countdown, I got tired of the UI. I would make changes right away

0

Amon 2,560

@A-amon

Posted

@Blazing-Mike Glad to help!

0

Please log in to post a comment

Log in with GitHub
Discord logo

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