Page 179 - CSS
P. 179

background : #337ab7;
             padding:50px 0px;
         }

         .inner-div2 {
             width: 50%;
             margin-right:0px;
             float:left;
             background : #dd2c00;
             padding:50px 0px;
         }

         p {
             text-align:center;
         }


































        Codepen Link


        Use of overflow property to clear floats


        Setting overflow value to hidden,auto or scroll to an element, will clear all the floats within that
        element.


        Note: using overflow:scroll will always show the scrollbox

        Read Floats online: https://riptutorial.com/css/topic/405/floats



















        https://riptutorial.com/                                                                             157
   174   175   176   177   178   179   180   181   182   183   184