#positioning image
15 messages · Page 1 of 1 (latest)
ig you have that image and form at same div
keep them at different div
@feral tundra put your image in a different div and apply flexbox to center it
I tried, when I do it , it creates a vertical scrollbar and adds more space
@plush urchin
First create a div that is going to wrap everything except the bg image and logo(spaceX)
After that just before that div create another div containing logo
Add display flex and justify center
In the first div add min-height 100vh(the div containing everything you want to be in center)
Let me know if you have any problem
Ok, ill try it soon and let you know, ty 😄
@feral tundra sure meanwhile I am going to design this website on my own and share with you my solution 🙂
Okay thank you so much 👍😀
I tried, but I cant get it to work :(, ill need someone to do it in my code if possible.