Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @AlbanDavid494

    Submitted

    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.

    nanishipi 40

    @nanishipi

    Posted

    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!

    1
  • nanishipi 40

    @nanishipi

    Posted

    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?

    0