css1_example.css 254 B

123456789101112131415161718192021
  1. :hover {
  2. background-color: red;
  3. }
  4. button.small:hover, root {
  5. quux: 2.7%;
  6. foo : #fff;
  7. col: rgb(255, 241, 235) ;
  8. bar : -21%;
  9. baz: 77 !important;
  10. }
  11. foo : +10.5px;
  12. bar : quux;
  13. @print {
  14. bar : 50px;
  15. }
  16. @import "foo.bar" ;