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

fylo-data-storage-component-master

afrad07 190

@afrad07

Desktop design screenshot for the Fylo data storage component coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

Community feedback

Adriano 36,790

@AdrianoEscarabote

Posted

Hi afrad07, how are you doing? I really loved the outcome of your project, but I have a few suggestions that I think might be helpful:

Note that at higher resolutions the background-image is growing a lot, to avoid this we can make a simple change:

@media (min-width: 375px) {
    body {
        background-color: hsl(229, 57%, 11%);
        background-image: url(images/bg-desktop.png);
        background-size: 100% 50vh;
        background-position: bottom;
    }
}

The rest is excellent.

I hope you find it useful. 👍

0

afrad07 190

@afrad07

Posted

@AdrianoEscarabote but its same size as preview right?

1
Adriano 36,790

@AdrianoEscarabote

Posted

@afrad07 yeah!

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