escape.css 292 B

12345678910111213141516
  1. body {
  2. e1: this is simple;
  3. e2: this;
  4. e3: this is simple;
  5. e4: 1232;
  6. e5: world;
  7. e6: onemore;
  8. e7: ;
  9. t1: eating rice;
  10. t2: string cheese;
  11. t3: a b c string me d e f;
  12. t4: string world;
  13. }
  14. .class {
  15. filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image.png');
  16. }