I am Front-End Developer & UI/UX Design. My goal is to make the internet a better place :) I got a Responsive Web Design certification on freecodecamp.io For collaboration write me one that email danielpetcov.114@gmail.com.
I’m currently learning...Learning in deep HTML and CSS. Learning JavaScript too.
Latest comments
- @agr227@dany114
Just rewrite the grid in testimonial class again, so it would be one column for all with a row for a single card (using media queries ofc). You said that it was easy, so I hope that you know how to do what I suggested you:)
- @vlkradek@dany114
You should use in your code: background-repeat: no-repeat; background-size: cover;
With that 2 lines of code, your image will cover all the free space, will not overflow the container, and repeat :)