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

Coming soon page

@neilk17

Desktop design screenshot for the Ping single column coming soon page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Wasn't able to find the icons for social media.

Please suggest any other changes I could make.

Community feedback

Hyron 5,870

@hyrongennike

Posted

Hi@neilk17,

Congrats on finishing. I believe you should have used something like a font library to add the icons the links are in style guide if I'm not mistaken.

On mobile set the dashboard image to the following as it is rather small.

.dashboard {
    width: 90%;
    margin: 5rem 0;
}

The icons are also slightly off center that due the default padding that comes with the ul element, doing the following should center the social icons on both desktop and mobile.

ul {
    padding: 0;
}

Let me know if you have any other questions.

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