Hi all! Been learning front-end web development for a couple months, and I just have a couple questions regarding this challenge:
-I had trouble getting my card to be centered vertically. When I used margin: auto;
it would still stay on the top of the page, and I don't want to hard code a top margin, how would I go about that?
-I was unsure of using @media screen and (min/max-width)
in my CSS, I'm still familiarizing myself with responsive mobile-first design. What would be best practice for that?
Thanks for the help!