Submitted
Profile card component
- HTML
- CSS
I couldn't solve the background problem with the two circles. Any idea how can i solve the problem?
@AndreiM987
Submitted
I couldn't solve the background problem with the two circles. Any idea how can i solve the problem?
Submitted
I had a problem while solving this challenge. First time I clicked the content does not appear, but the second time it worked. I solve this adding inline css property: "display: none" for the content that should not be visible. I don't now if is correct but now it works. Any suggestions ?
Submitted
Submitted
I could not round the border top of svg image, instead i convert the svg to jpg and apply css: border-top-left-radius: 10px; border-top-right-radius: 10px; Do you know how to do that?