The biggest problem i had was putting all the content in the center, i did it with display:flex;
in the body, but i dont know if that was the correct solution
and if you have any other suggestion, please tell me
Thanks
The biggest problem i had was putting all the content in the center, i did it with display:flex;
in the body, but i dont know if that was the correct solution
and if you have any other suggestion, please tell me
Thanks
I think display:flex is definitely the right way to go.
I would also make the box shadow a little bit softer, using something like this:
box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.05);