Daily Shaarli

All links of one day in a single page.

September 8, 2015

Quick Tip: The Simplest Way To Center Elements Vertically And Horizontally | Tutorialzine - Marquetapages Shazen

Excellent astuce, que je note ici :

<div class="container">
   <!--// Any content in here will be centered.-->
   <img src="fireworks.jpg" alt="fireworks">
</div>
.container{
   display: flex;
   justify-content: center;
   align-items: center;
}

Via lien.shazen.fr