Getting the image centered was tricky but with some guidance from others I think I'm getting closer. Thanks. The text is still not displayed exactly as the design. I don't know if this is a mandatory requirement. I tried resizing the image and text margins but that changes the position of the bolder text. I'm open to further suggestions.
Clea Carty
@CNash23All comments
- @CNash23Submitted over 1 year ago@CNash23Posted over 1 year ago
Ok it seems my image needs to be a bit bigger? Or is this the expected outcome? Thanks
0 - @CNash23Submitted over 1 year ago
My code is as follows for the body:
body{ background-color: hsl(212, 45%, 89%) ; min-height: 100vh; display: grid; place-content: center;
It seems to be properly centered with Live Server but it displays differently with the Github link.
@CNash23Posted over 1 year agoAt least the reporter found no issues. The first time I did this challenge I think it was centered better when I used margins. So I wonder what the issue could be. This is the author of this challenge project CNash23.
0