@tunabearfishSubmitted about 1 year ago
I had trouble getting my summary section, had to play around more, I think there are more efficient ways of doing this, but this was what I was able to do
I had trouble getting my summary section, had to play around more, I think there are more efficient ways of doing this, but this was what I was able to do
Hello, there I'll suggest you use display: grid
and place-content: center
on your body
to center your container on the page.
Hello, I'll suggest you look into aspect-ratio
, object-fit
and object-position
to help you size
and position your image properly.
Well done👏
You can improve your design by:
height
to fit-content
.height: fit-content;
box-shadow
. So that there can be a little bit of contract between the container and the background.I hope you find these suggestions helpful...