blob: 7fb04eb24f98bc64e0f2c61625721bf8a98255f9 [file] [edit]
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Animations Reference: Appending a stylesheet link to head with animation-fill-mode: both</title>
<style>
body {
margin: 0;
}
.target {
width: 100px;
height: 100px;
background-color: green;
}
</style>
</head>
<body>
<div class="target"></div>
</body>
</html>