linked css files

main
Stephen Kerr 2 years ago
parent 5db6265ab2
commit 6012b14a75

@ -1,4 +1,4 @@
#css animation that spins a class around forever# /* css animation that spins a class around forever# */
.spinny{ .spinny{
animation: rotate 5s infinite; animation: rotate 5s infinite;

@ -3,8 +3,8 @@
<head> <head>
<meta charset "utf-8"> <meta charset "utf-8">
<title> special issue 19 </title> <title> special issue 19 </title>
<link href="css/style.css" rel="style"> <link href="css/style.css" rel="stylesheet">
<link href="css/animation.css" rel="style"> <link href="css/animation.css" rel="stylesheet">
</head> </head>
<body> <body>
<h1> <img class="spinny" width="600" height="400" src="comingsoon.svg"> </h1> <h1> <img class="spinny" width="600" height="400" src="comingsoon.svg"> </h1>

Loading…
Cancel
Save