My only question is: how do I make the image look purple using CSS?
I put a purple background to the image and then set it's opacity to 50%, but that didn't make a perfectly colored image.
Thank you!
My only question is: how do I make the image look purple using CSS?
I put a purple background to the image and then set it's opacity to 50%, but that didn't make a perfectly colored image.
Thank you!
put background-color in the div containing the image and reduce opacity of image to 0.5 It will work :-)
I tried to solve this challenge without using any external libraries, so I decided to go with vanilla CSS, and I used Flexbox for the layout. For some obscure reason, I can't seem to apply a border radius to the card. I'll keep looking into it, but I wouldn't mind if someone spoiled the solution haha.
Hello Manuel, i tried running your code on my device and i am not able to view the mobile version of the website, as the max width set in media tag in your code is just 376px. i suggest changing it to at least 500px.