@daryamakavchikSubmitted about 3 years ago
Would appreciate any feedback, as it is my first time trying out HTML/CSS challenges. Thanks a lot in advance!
Would appreciate any feedback, as it is my first time trying out HTML/CSS challenges. Thanks a lot in advance!
Hi Darya, i think it's not necessary to position the div.container with position:absolute; instead i would use flexbox (justify-content:cente, align-items-centerr;)or simply a margin:0 auto; congrats on your first challenge