Tuesday, October 22, 2013

Blog 11

Blog 11

The division below is given a class of square. Write the CSS for the height 100px and width 100px.

<div class="square"></div>



CSS




6 comments:

  1. .square{ height: 100px; width: 100px}

    ReplyDelete
  2. .square{
    height:100px; width:100px;
    }

    ReplyDelete
  3. .square { height:100px; width:100px }

    -Zach

    ReplyDelete
  4. .square { height: 100px; width: 100px}

    ReplyDelete
  5. .square { height: 100px; width: 100px }

    ReplyDelete
  6. .square { height: 100px; width: 100px }

    ReplyDelete