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-Storage-Component

Naveen Gumasteβ€’ 10,480

@NaveenGumaste

Desktop design screenshot for the Fylo data storage component coding challenge

This is a solution for...

  • HTML
  • CSS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


I am Open for feedback's 😊

Community feedback

Eric Karuguβ€’ 210

@erickarugu

Posted

Hi NaveenπŸ‘‹,

Good job! I love your solution. It looks great.

Happy coding πŸ’»!

Marked as helpful

1
Martinβ€’ 460

@nonso01

Posted

f**πŸ˜‚πŸ˜‚! I had to check your code this challenge has been given me some headache! am gonna check again! nice work dudeπŸ“ΈπŸ”₯

1

Naveen Gumasteβ€’ 10,480

@NaveenGumaste

Posted

@nonso01 Thanks man!

0
Candela Bramucciβ€’ 680

@bramuccci

Posted

Hi Naveen! Awesome solution, I love it. I just had a question, why do you choose using ::after instead of brackground-image? Is it more easy that way or have something to do with accessibility?

1

Naveen Gumasteβ€’ 10,480

@NaveenGumaste

Posted

@bramuccci It was just trial and error thing πŸ˜… *i saw it somewhere and tried it worked 😊

1
Kamasah-Dicksonβ€’ 5,590

@Kamasah-Dickson

Posted

I think your design looks good on desktop but not responsive on mobile

0

Naveen Gumasteβ€’ 10,480

@NaveenGumaste

Posted

@Kamasah-Dickson I have make media query for 375px

0
Kamasah-Dicksonβ€’ 5,590

@Kamasah-Dickson

Posted

@Crazimonk okay but your footer is overflowing the card...am viewing your solution on a mobile

Try removing the position property on the footer But But maintain the footer being at the center and add margin-bottom maybe 1em on the card in mobile view

Let's see the result

Marked as helpful

0
Naveen Gumasteβ€’ 10,480

@NaveenGumaste

Posted

@Kamasah-Dickson sure i will fix it later thank you 😊

0

Account Deleted

Hi there πŸ‘‹

You did a great job πŸ‘. I think it would be great to add some box-shadow to both cards.

About your code, I teach a nice tip to center div with clean code. πŸ˜‰

Replace this your code with my code inside the body selector

display: flex;
flex-direction: column;
align-items: center;
justify-content: center;

My code - don't worry I have tested and it didn't break your design πŸ‘

display: grid;
place-items: center;

Happy coding β˜•

0

Naveen Gumasteβ€’ 10,480

@NaveenGumaste

Posted

@maqsudtolipov

display: flex; flex-direction: column; align-items: center; justify-content: center;

I removed these four and added

display: grid; place-items: center; your code!

and it didn't work

0

Account Deleted

@Crazimonk Are you using chrome, it's working still, maybe because of a different browser. Otherwise, you can use your old code πŸ˜‰

0
Naveen Gumasteβ€’ 10,480

@NaveenGumaste

Posted

@maqsudtolipov yes i am using chrome

0

Account Deleted

@Crazimonk Maybe watch this video. I learned it from there: link

Marked as helpful

0
Naveen Gumasteβ€’ 10,480

@NaveenGumaste

Posted

@maqsudtolipov sure i will take a look

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