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

Front end mentor four card Feature section

@AntonyWilliam

Desktop design screenshot for the Four card feature section coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

Lucas 👾 104,420

@correlucas

Posted

👾Fala AntonyWilliam, tudo bem? Parabéns pelo desafio!

Acabei de olhar sua solução aqui e está muito boa, todos detalhes de design estão perfeitos, a unica coisa que ficou faltando é a versao mobile, eu fiz a media query pra vc pra mudar o flow dos cards em vertical e deixar como o design mobile. Olhe o codigo abaixo:

@media (max-width: 700px) {
.container {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
}

👋 Espero ter ajudado e continue no foco!

Marked as helpful

1

@AntonyWilliam

Posted

@correlucas Opa lucas! muito obrigado pela ajuda vou colocar e testar agora mesmo

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