Page 166 - CSS
P. 166

Here is a demo.


        Example: Combination for centering both on horizontal

        flexbox




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


        Outcome:













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