create-shorthands.css 318 B

123456
  1. body {
  2. font-size: 2em; font-family: Helvetica,Arial,sans-serif; font-weight: bold;
  3. border-width: 2px; border-color: #999; border-style: dotted;
  4. background-color: #fff; background-image: url('foobar.png'); background-repeat: repeat-y;
  5. margin-top: 2px; margin-right: 3px; margin-bottom: 4px; margin-left: 5px;
  6. }