Page 165 - CSS
P. 165

Here is a demo.


        Example: align-content: center on a vertical flexbox



        CSS:


         div#container {
           display: flex;
           flex-direction: column;
           align-items: center;
         }


        Outcome:














        https://riptutorial.com/                                                                             143
   160   161   162   163   164   165   166   167   168   169   170