@AlbertoDeMariaSubmitted about 1 year ago
Is this a good way to make this deisgn?
Is this a good way to make this deisgn?
Hey!
Great job!
Few things are missing but otherwise you are on a good track.
HELP NEEDED
Regarding the stats for the card
display flex
justify-content
to space-between/space-evenly/space-around
.Regarding the background images you have multiple images but you position only one.
try merging your background-image
with
background-position: top left, bottom right;
into
background: url(first_image.jpg) right bottom no-repeat, url(first_image.jpg) left top repeat;
And use % or pixels for more precise positioning.