Stephen Kerr 2 years ago
commit 81da736098

@ -4,8 +4,13 @@
animation: blink 0.3s infinite alternate; animation: blink 0.3s infinite alternate;
} }
h2 {
font-size: 100px;
color: white;
}
@keyframes blink { @keyframes blink {
0% { background: black } 0% { background: black }
100% { background: purple } 100% { background: #b32dff }
} }

@ -7,7 +7,6 @@
<link href="css/animation.css" rel="stylesheet"> <link href="css/animation.css" rel="stylesheet">
</head> </head>
<body> <body>
<heading>How Do We Library That? </heading>
<h1><?xml version="1.0" encoding="UTF-8" standalone="no"?> <h1><?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) --> <!-- Created with Inkscape (http://www.inkscape.org/) -->
@ -197,5 +196,6 @@
</g> </g>
</svg> </svg>
</h1> </h1>
<h2>How Do We Library That? </h2>
</body> </body>
</html> </html>

Loading…
Cancel
Save