<!DOCTYPE HTML>
<html>
<title>Static CSS animation</title>
<style>

p {
  color: olive;
}

</style>
<p>blue with animation support; olive without</p>