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

All comments

  • @ksrogue

    Posted

    opa, você pode usar o media query pra fazer isso... @media screen and (tamanho maximo ou minimo) { aí aqui dentro você coloca o código css} ou também pode usar a tag picture no html que pode carregar imagens diferentes de acordo com o tamanho da tela que você especificar

    Marked as helpful

    1
  • @marianarainha

    Submitted

    I couldn't figure it out how to set different borders radius to the cards when they'are wrapped so it can look like the mobile-design. Should I use @media ? How ?

    @ksrogue

    Posted

    Hello, on my project I used border-radius in my main cards div with a 'overflow: hidden;'.

    I think you can use 'border-top-left/right-radius' on the first card and border-bottom-left/right-radius' on the last card too

    Marked as helpful

    0