Monday, October 28, 2013

blog 13

blog 13

Set your div's float property to the right and clear both the other elements on the page.

Write the CSS.

7 comments:

  1. div{ float:right
    clear:both
    }

    ReplyDelete
  2. div{float:right
    clear:both}

    ReplyDelete
  3. div{float:right; clear: both;} -jonathan oneil

    ReplyDelete
  4. div {float:right
    clear:both
    }

    ReplyDelete
    Replies
    1. Correction
      div {float:right;
      clear:both;
      }

      Delete
  5. div{
    float:right;
    clear:both;
    }

    ReplyDelete
  6. div{
    float:right
    clear:both
    }

    -Zach

    ReplyDelete