Which is the best way to align item center (Vertically and Horizontally) ? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Which is the best way to align item center (Vertically and Horizontally) ?

.parent { position: relative; } .child { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

28th Aug 2018, 11:18 AM
bit_byte
bit_byte - avatar
1 Antwort
28th Aug 2018, 11:20 AM
bit_byte
bit_byte - avatar