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

Hubble landing Page Vanilla CSS

nimbul30β€’ 110

@nimbul30


Design comparison


SolutionDesign

Solution retrospective


Having some issues with responsiveness in mobile and creating the circles around the social icons. Suggestions welcome.

Community feedback

Lucas πŸ‘Ύβ€’ 104,420

@correlucas

Posted

πŸ‘ΎHello Nimbul, congratulations for your new solution!

You've a little issue with the background because you've done the import for the mobile version of the image, use also the following properties to fix the rest of the issues and make it full height:

body {
    min-height: 100vh;
    background: url(./images/bg-desktop.svg);
    background-color: hsl(257, 40%, 49%);
    background-repeat: no-repeat;
    background-size: cover;
}

πŸ‘‹ I hope this helps you and happy coding!

Marked as helpful

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