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

NFT preview card component

@ratatui-ana

Desktop design screenshot for the NFT preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


I need to practice more. Not a good result.

Community feedback

Adriano 33,970

@AdrianoEscarabote

Posted

Oi Ana, tudo bem?

Gostei bastante do resultado do seu projeto, mas tenho algumas dicas que acho que você vai gostar:

Para remover as scrollbar podemos fazer o seguinte:

body {
  margin: 0;
  padding: 0;
}

Para centralizar o conteudo em qualquer resolução, geralmente usamos flex-box ou grid, e definimos uma altura para o body:

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

espero ter ajudado!

Marked as helpful

1

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