зеркало из https://github.com/mozilla/gecko-dev.git
12 строки
150 B
HTML
12 строки
150 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<title>Static CSS animation</title>
|
||
|
<style>
|
||
|
|
||
|
p {
|
||
|
color: olive;
|
||
|
}
|
||
|
|
||
|
</style>
|
||
|
<p>blue with animation support; olive without</p>
|