@SirKudakwasheSubmitted over 1 year ago
All feedback will be greatly appriciated.
All feedback will be greatly appriciated.
use margin: 0 auto
on the card-wrapper
div to center the contents horizontally.
the <br>
tag is not necessary, just put the text in a container and let the text wrap by itself, if you want the text to wrap earlier use padding
on the container and line-height
for distance between the lines. This rigidity is going to make it a pain to adapt to different screen sizes.