Απόλυτο κέντρο (κάθετο και οριζόντιο) μια εικόνα - CSS-Κόλπα

Πίνακας περιεχομένων

Τεχνική φόντου-εικόνας CSS:

html ( width:100%; height:100%; background:url(7518965/absolute_center_vertical_horizontal_an_image_css-tricks.png.webp) center center no-repeat; )

Τεχνική CSS + Inline Image:

img ( position: absolute; top: 50%; left: 50%; width: 500px; height: 500px; margin-top: -250px; /* Half the height */ margin-left: -250px; /* Half the width */ )

Τεχνική πίνακα:

html, body, #wrapper ( height:100%; width: 100%; margin: 0; padding: 0; border: 0; ) #wrapper td ( vertical-align: middle; text-align: center; )
 

ενδιαφέροντα άρθρα...