@alessandro-giuzioSubmitted about 3 years ago
Hello there, this is a work in progress.
I don't know how to add the border-radius on the top.
Happy coding!
Hello there, this is a work in progress.
I don't know how to add the border-radius on the top.
Happy coding!
Hello Allesandro,
The roundings of the parent <div class=".card"> are hidden by the image.
So, you can add overflow: hidden;
to your .card
class.
Happy coding!