Source code

Revision control

Copy as Markdown

Other Tools

<!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>