Page 164 - CSS
P. 164

Here is a demo.


        Example: align-content: center on a horizontal flexbox



        CSS:


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


        Outcome:














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