xxxxxxxxxx
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>アニメーションのサンプル</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="box bgcolor">bgcolor</div>
<div class="box double">double</div>
<div class="box move">move</div>
<div class="box complex">complex</div>
</body>
</html>