Latest solutions
Latest comments
- @ElizabethWoodhouse@AlecDye
Hey Elizabeth, nice job so far!
You might want to tweak a couple things:
-
On mobile view your image doesn't stack ontop of the text and it shrinks until it disappears; try setting a flex-direction of column on your wrapper class within a media query.
-
Don't forget about rounding of the corners of the main card; play with the border-radius on a few of your elements.
Marked as helpful -
- @mpham-12@AlecDye
Great start, just a few tweaks you can make to take it to the next level:
-
Bootstrap's card component might simplify your html structure
-
Only the image's alt text is visible which means the img's src is not being directed to the correct filepath
-
The main div runs off the page in mobile view
Best of luck!
-