DEV Community

Discussion on: hey web developers plz help me in my 1st project!

Collapse
 
shhdharmen profile image
Dharmen Shah

Hey @dimplejha ,

Check this: codepen.io/shhdharmen/pen/PoNPNgg

I moved all body parts in body and added below css for body:

body{
  display: flex;
  justify-content: center;
  align-item: centre; // remove this if you don't want everything to be vertically center aligned
}

Let me know if it helps.

Thanks.

Collapse
 
dimplejha profile image
jassica

thanku soo much it worked!
🥰😍🥰