@sadumbSubmitted almost 4 years ago
I will appreciate your feedback to make my code better. Thanks!
I will appreciate your feedback to make my code better. Thanks!
Hey sadumb512, I like how you used align-self: center for horizontal centering the victor image then used margin-top: -55px for the overlapping effect. I used positioning which was a lot more work and used more code but works in really old browsers.
The only problem I see is your card is not responsive below about 360px width. I would suggest putting a max-width: 87% on div.card and width: 100% on #pattern-card.
I am taking your align-self idea! Charles