Natalia
@Natalia912All comments
- @Natalia912@Natalia912
idk why it's different on the screenshot when the on the preview site it looks just fine
- @JaegerGB@Natalia912
keep learning and you'll make it perfect in no time!
- @JaegerGB@Natalia912
hey! you are doing great. if you want to get rid of accessibility issues you could change your div.card element to main.card element. the other thing is to always use h1 tag in your solutions, so I would recommend to change your h4 tag to h1.
in your CSS i'd suggest make following changes:
in .card i'd change height property to fit-content so it wouldn't cut the bottom of your card
in .body i'd use flex and justified and aligned your card to center and add height property set to 100vh. you don't need to use margin in this case
Marked as helpful - @Natalia912@Natalia912
somebody please explain me how to get the size of the container box right