11 lines
149 B
HTML
11 lines
149 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<title>Static CSS animation</title>
|
|
<style>
|
|
|
|
p {
|
|
color: blue;
|
|
}
|
|
|
|
</style>
|
|
<p>blue with animation support; olive without</p>
|