@AlbanDavid494Submitted 9 months ago
well, when trying to align the items center at first, I found fit difficult but I took my time to restructure my html code and I learnt new things.
well, when trying to align the items center at first, I found fit difficult but I took my time to restructure my html code and I learnt new things.
To center the whole card both vertically and horizontally, you can contain all of the elements inside of a div and add to the css ---> position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); This piece of code should center your container. Hope it helps!
I dont understand what happens with my code after being deployed, It is correctly styled and responsive in mozilla firefox but when I open it in another browser the result changes by a lot. Can someone shed some light on this for me?