Page 148 - CSS
P. 148

body {
             padding: 10px;
         }

         div{
             display: flex;
             align-items: center;
             justify-content: center;
             font-weight:bold;
             float:left;
             margin: 10px;
             border: 4px solid black;
             background: red;
         }


        You can try resizing the window in this CodePen Demo


        Here's an animated screenshot of the resizing in action:












































        Read Custom Properties (Variables) online: https://riptutorial.com/css/topic/1755/custom-
        properties--variables-


















        https://riptutorial.com/                                                                             126
   143   144   145   146   147   148   149   150   151   152   153