You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

basic_arithmetics.css 236B

12345678910111213141516171819202122232425262728293031
  1. .foo {
  2. font: 10px / 8px;
  3. font: 5px;
  4. margin-left: 9px;
  5. }
  6. .foo {
  7. size: 1;
  8. }
  9. .foo {
  10. bar: 8;
  11. bar: 8;
  12. bar: 12;
  13. }
  14. .foo {
  15. bar: 2 3;
  16. bar: 5;
  17. bar: 5;
  18. }
  19. .foo {
  20. bar: 2 -3;
  21. bar: -1;
  22. bar: -1;
  23. }
  24. .foo {
  25. bar: 14;
  26. }