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

  • @Gnandal

    Posted

    Your data didn't update automaticaly when I swich the filter

    1
  • Kitalphar 150

    @Kitalphar

    Submitted

    What are you most proud of, and what would you do differently next time?

    I would probably try to plan this better next time as i feel i've been just putting out fires while making this instead.

    What challenges did you encounter, and how did you overcome them?

    Had some trouble with chrome's input internal autofill overwriting my stylings, that i didn't manage to fix....tried a few solutions i found but they didn't quite work.

  • @Gnandal

    Posted

    Wrappe your image with a div, and add border and overflow hidden :

    Mobile

    add-to-your-wrapper {
       ...
       border-radius: 1rem 1rem 0 0;
    }```
    
    Desktop 
    ```css
    add-to-your-wrapper {
       ...
        border-radius: 1rem 0 0 1rem;
        overflow: hidden;
    }```
    
    
    add objectif:cover, if necessery
    
    0
  • P

    @kwaeterinckx

    Submitted

    What are you most proud of, and what would you do differently next time?

    While playing with the grid css property, I managed to add a "tablet" version as well. This was easily done with grid-template-areas. Very nice tool, and once used to it very easy to manage through media queries.

  • @Gnandal

    Posted

    Learn and try again, you can...

    0
  • @Gnandal

    Posted

    Please remove top rigth border radius on image

    border-radius: 24px 0 0 24px;

    0
  • Kitalphar 150

    @Kitalphar

    Submitted

    What challenges did you encounter, and how did you overcome them?

    Still trying to figure out how to use custom properties well, can't say i overcame that....needs more thinking.

  • @juanmoruiz

    Submitted

    What are you most proud of, and what would you do differently next time?

    Seguramente hay cosas por mejorar en el código pero visualmente considero que quedó bien.

    What challenges did you encounter, and how did you overcome them?

    El uso de variables.

    What specific areas of your project would you like help with?

    En el uso de variables.

  • Akil 40

    @akil4

    Submitted

    What are you most proud of, and what would you do differently next time?

    I was able to contain the .paragraph element within the .card element. I did this with 'overflow-wrap' css-property. This is a new css property that i learned during this project.

    What challenges did you encounter, and how did you overcome them?

    I had to make the paragraph element to wrap within the parent element. I was able to accomplish this with the help of overflow-wrap. This CSS property wraps the contents of the element within its parameters.

    What specific areas of your project would you like help with?

    I would need much help in sorting out which colors to pick and where to use them, I am not well versed in designing. It would be helpful if I can make some elements more reactive. Thank You!

    @Gnandal

    Posted

    Not like in challenge

    0
  • @Gnandal

    Posted

    Please, read readme file and try it again.

    0