@ -1,4 +1,4 @@
#css animation that spins a class around forever#
/* css animation that spins a class around forever# */
.spinny{
animation: rotate 5s infinite;
@ -3,8 +3,8 @@
<head>
<meta charset "utf-8">
<title> special issue 19 </title>
<link href="css/style.css" rel="style">
<link href="css/animation.css" rel="style">
<link href="css/style.css" rel="stylesheet">
<link href="css/animation.css" rel="stylesheet">
</head>
<body>
<h1> <img class="spinny" width="600" height="400" src="comingsoon.svg"> </h1>