Page 167 - CSS
P. 167

Here is a demo.


        Example: Combination for centering both on vertical flexbox



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


        Outcome:
















        https://riptutorial.com/                                                                             145
   162   163   164   165   166   167   168   169   170   171   172