My name is Matias Vignola and I am from Cordoba, Argentina. Approximately in April 2023 I discovered the world of programming and I really liked it. That is why I am doing the frontend mentor challenges, to improve my skills and apply what I have learned in courses that I saw on YouTube
I’m currently learning...Currently (August 2023) I have even learned javascript and done some practice projects.
Latest solutions
Latest comments
- @OsujiJr@MatiasVignola
You should try defining a height and adding a margin to the container of the card so that it is centered
Marked as helpful - @Kingsleigh-Obi@MatiasVignola
Hello... so that the background image does not repeat, you should set the no repeat property, example: background-repeat: no-repeat; and to center the card, first define a margin at the top and bottom, and an auto margin at the sides, example: margin: 110px auto;
Marked as helpful - @Kingsleigh-Obi@MatiasVignola
You should try using a margin to center the content more, for example, margin: 150px auto;
Marked as helpful - @Salman97t@MatiasVignola
it is best to start with the mobile firs methodology. once you have finished it like this, applying the responsive part is much easier. maybe what you can do is look for videos that guide you to carry out the task
Marked as helpful