mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 09:53:07 +09:00
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>
|