@LuzefiruSubmitted almost 2 years ago
The part I found most difficult was trying to fit the image inside the card on first try. However, after finding out that I had to just set max-width
to 100%
, it worked like a charm.
The part I found most difficult was trying to fit the image inside the card on first try. However, after finding out that I had to just set max-width
to 100%
, it worked like a charm.
You can set global prop max-width: 100%
for img tag in every project
HERE is custom CSS reset i found, but i'm not sure that you should use all of these settings