Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE HTML>
<html>
<title>Static CSS animation</title>
<style>
p {
color: blue;
}
</style>
<p>blue with animation support; olive without</p>
<!DOCTYPE HTML>
<html>
<title>Static CSS animation</title>
<style>
p {
color: blue;
}
</style>
<p>blue with animation support; olive without</p>