Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted over 1 year ago

cartão de visualização usando FLEXBOX

cube-css
Gabrielle•20
@gpolese
A solution to the 3-column preview card component challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


Não consegui deixar o site responsivo pois nao sabia sobre o uso de PX dificultar nisso, proximo desafio usarei REM e %

dicas para deixar meu site responsivo, por favor! tambem estou tendo dificuldade para postar o projeto aqui na hora da visualização, quando aperta para ir pro meu site nao vai para meu projeto e sim para uma captura de tela, se puder me escrever como postar projeto corretamente nessa plataforma me ajudara muito.

Code
Select a file

Please log in to post a comment

Log in with GitHub

Community feedback

  • Miguel Angel•270
    @77iu
    Posted over 1 year ago

    Olá @gpolese

    Na minha opinião, o seu projeto não aparece porque você o salvou de uma forma diferente da forma como o recebeu.

    Meu exercício foi visto e a única coisa que fiz foi baixá-lo e, quando terminei, carreguei os arquivos e pastas no GitHub, mas não a pasta que os continha.

    Sugiro que você veja meu projeto e me dê sua opinião, qualquer conselho sobre meu código será apreciado 😃

    E se você gostou do efeito de foco do botão, convido você a visitar [77iu] (https://youtube.com/@77iu-CSS?si=Lh0rFQyeXZTjq01j)

    saudações da Argentina!

    Marked as helpful
  • Felipe Amorim•680
    @FelipeCastroDEV
    Posted over 1 year ago

    Você precisa dar o git init no repositorio do seu projeto para quando vc for da o git push ele subir para o github apenas a pasta com os arquivos do seu projeto, html,css e jss.

    Pelo que entendi a raiz do seu repositorio contem uma imagem com a foto do projeto, imagem essa que aparece quando acessa o link de visualização que você disponibilizou. tenta copiar todos os arquivos do seu projeto e colar na pasta raiz do repositorio.

    E sobre a responsividade não precisa ficar muito presa nisso de rem ou px, a unica coisa que vai mudar em escolher trabalhar com rem em textos e que o rem é relativo ao tamanho da fonte padrao setada no navegador, dando ao usuario liberdade em aumentar a fonte dos textos utlizando o zoom do navegador.

    Para melhorar a resposividade dos elementos você vai ter que dominar conceitos como flex e grid layout e entender o conceito de media queries.

    Te aconselho a pesquisar como adicionar media queries, essa feature basicamente aplica um css diferente nos elementos que vc especificar quando a janela no navegador atingir determinado tamanho. quando vc encontrar o melhor tamanho para mudar o layout vai precisar apenas colocar um flex-direction: colum no wrapper dos seus cards.

    Espero ter ajudado, e bons aprendizados nessa nova jornada !

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
Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

How does the accessibility report work?

When a solution is submitted, we use axe-core to run an automated audit of your code.

This picks out common accessibility issues like not using semantic HTML and not having proper heading hierarchies, among others.

This automated audit is fairly surface level, so we encourage to you review the project and code in more detail with accessibility best practices in mind.

How does the CSS report work?

When a solution is submitted, we use stylelint to run an automated check on the CSS code.

We've added some of our own linting rules based on recommended best practices. These rules are prefixed with frontend-mentor/ which you'll see at the top of each issue in the report.

The report will audit all CSS, SCSS and Less files in your repository.

How does the HTML validation report work?

When a solution is submitted, we use html-validate to run an automated check on the HTML code.

The report picks out common HTML issues such as not using headings within section elements and incorrect nesting of elements, among others.

Note that the report can pick up “invalid” attributes, which some frameworks automatically add to the HTML. These attributes are crucial for how the frameworks function, although they’re technically not valid HTML. As such, some projects can show up with many HTML validation errors, which are benign and are a necessary part of the framework.

How does the JavaScript validation report work?

When a solution is submitted, we use eslint to run an automated check on the JavaScript code.

The report picks out common JavaScript issues such as not using semicolons and using var instead of let or const, among others.

The report will audit all JS and JSX files in your repository. We currently do not support Typescript or other frontend frameworks.

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub