CSS For A Box


SUBMITTED BY: Guest

DATE: May 2, 2013, 10:24 a.m.

FORMAT: CSS

SIZE: 179 Bytes

HITS: 1000

  1. If you want to make a square on your webpage, make a div in your HTML file.
  2. In your CSS file, type this:
  3. div {
  4. height: 100px;
  5. width: 100px;
  6. color: red;
  7. }

comments powered by Disqus