screen-animations-notref.html 150 B

123456789101112
  1. <!DOCTYPE HTML>
  2. <html>
  3. <title>Static CSS animation</title>
  4. <style>
  5. p {
  6. color: olive;
  7. }
  8. </style>
  9. <p>blue with animation support; olive without</p>