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

  • Axraxa 50

    @axraxa

    Submitted

    i found dificult to center the div , because it is easy to center it from sides of browser window , but i could not center it vertically . Did display: flex ; on body and then justify-content: center ; align-items: center; it didn't work , everything i tried didn't work so i had to use margin with exact pixels :( sadly.

    Eugene 100

    @SleepySleepyFox

    Posted

    You might try to center a div with: position: absolute; transform: translate(50%, -50%); right: 50%; top: 50%;

    Marked as helpful

    0