style.css 127 B

1234567891011121314
  1. body {
  2. font-family:sans-serif;
  3. }
  4. .box {
  5. text-align:center;
  6. padding:10px 0px;
  7. width:50px;
  8. float:left;
  9. }