@Pulkit-s21
Posted
There are a lot of issues in the code.
- Color the background instead of making a box.
- There is no image in the mobile version of your code
- The button is in the middle of the box and not at the end. The components aren't spaced evenly and stick together in desktop version
Marked as helpful
@jish0101
Posted
@Pulkit-s21 Thanks, i tried to change it again, see if it looks better?
@Pulkit-s21
Posted
@jish0101 The image is there in the mobile view as well now so kudos on that. Try to set the body min-height to 100vh so that the color is all the way through cause rn it falls shorts and set a max-width for the card in the mobile view like 35em or something like this before it changes to desktop view because it keeps on stretching to the size of the screen and doesnt look that nice. With a fixed max-width it wont span too much and look like a neat card
@jish0101
Posted
@Pulkit-s21 done!