+ 13
How to vertically-align element in HTML using CSS?
Align an element(block-level) to vertical- center of <body> tag.
4 Respostas
+ 5
For the positioning of elements I like to use Flexbox.
https://philipwalton.github.io/solved-by-flexbox/demos/vertical-centering/
+ 14
Thank you Daniel Silva & Mickel Sánchez 😊😊
+ 2
The best way to do that is with the position property.
https://www.w3schools.com/Css/css_positioning.asp
0
it depends if it's a list or a table