Latest solutions
Latest comments
- @Cdrn19Submitted about 3 years ago
- @AdamElitzurSubmitted about 3 years agoP@perezjprz19Posted about 3 years ago
So your image is actually huge on my phone and I think that is because you hard coded the width and the height, so it's not adjusting to my screen size and it's overflowing.
Could you try playing around with max-width instead of width?
I also didn't add a height to mine. I let the content in the card decide the height.
Marked as helpful1 - @higor-costaSubmitted about 3 years agoP@perezjprz19Posted about 3 years ago
Você é muito bem-vindo!! Fico feliz em poder ajudar.
Marked as helpful0 - @Adriana2710Submitted about 3 years agoP@perezjprz19Posted about 3 years ago
Hmm... your solution looks great. Just try giving the body
height: 100vh; display: flex; justify-content: center; align-items: center;
Marked as helpful1 - P@billbahrSubmitted about 3 years agoP@perezjprz19Posted about 3 years ago
Everyone is at different levels in their learning journey, but with that being said, you get out of these challenges what you put in to them, In my opinion.
Eventually these challenges will be used to make it easier for us to find jobs through the creation of the hiring platform. So if that's your goal, then I'd recommend making sure your solutions are as good as you can make them.
If that's not your goal, other coders might still see your submitted code and use it as a learning resource. So that's something to consider I think.
Marked as helpful0 - @xBuzAxSubmitted about 3 years agoP@perezjprz19Posted about 3 years ago
The color for the attribution is illegible, so you might want to consider changing the color since they would not meet accessibility standards.
I would recommend using opacity and mix-blend-mode to get the color of the overlay closer to the design.
Marked as helpful1