Implement the changes suggested by you. Maybe you can review it again and give me your opinion. I think it almost does not match the original design.
Robert M
@Raven-of-1849All comments
- @mfer9326Submitted over 3 years ago@Raven-of-1849Posted over 3 years ago
For your desktop version, try adding an overflow: hidden to your container-cards class, then remove the border-radius from .yellow, .cyan
For your mobile (media query) , also change the width of the container-cards class, such as to 83% or so.
1 - @BrunoFerreira10Submitted over 3 years ago
I am studying and practicing CSS, Git, and other things. So if anyone has some time to make some improvements and Pull Requests on my code, feel free, it will help me a lot, as I don't have much practice with Git mechanisms yet. I used some wild positioning strategies in this challenge, improvements will be very welcome, as well as any feedback. Thanks everyone!
@Raven-of-1849Posted over 3 years agoYour desktop version looks great! Your mobile version needs some work. Perhaps adding a media query will help improve it.
0 - @asg-imagesSubmitted almost 4 years ago
This is the first time I have built something myself without following tutorials, I am aware it is not a very big or complex task but I am glad that I completed it. I believe there is a lot of room for improvement and any advice on how to make this better would be great. I have managed to make it responsive for phone, but need to learn more about media queries. This project is also the first time I have used GitHub and I will continue learning the best way to use this.
- @kefer16Submitted almost 4 years ago
- @IraadaSubmitted almost 4 years ago
Heeeey Everyone! This is my second challenge on Frontend Mentor. I can't say I didn't have a rough time with the circles in the background XD. I'll wait for your feedback. Much love and God Bless.
Salut tout le monde, C'est mon deuxiéme challenge sur Frontend Mentor. N'hésitez pas à me passer vos remarques. Merci beaucoup :)
@Raven-of-1849Posted almost 4 years agoHello Iraada,
Helpful hint here, add an overflow: hidden property to the body of your page.
0