css1_example.css 277 B

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