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

Tarjeta-equilibrium

#sass/scss

@Pericles07

Desktop design screenshot for the NFT preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

Ekure Edem 260

@astraldev

Posted

You could have centered the Card..

I just checked your code

.container {
  margin: 2rem;
  display: flex;
  justify-content: center;
  height: 37rem;
}

It turns out that, you could have added the align-items property to center the card on the vertical axis

It could have been

.container {
  margin: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37rem;
}

Marked as helpful

1

@Pericles07

Posted

@astraldev muchas gracias, mi fallo a sido que en mi pantalla se ve centrado al ser un portatil (fallo de novato creo) jeje , gracias

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