Stephen Kerr 2 years ago
commit 81da736098

@ -5,7 +5,12 @@
}
h2 {
font-size: 100px;
color: white;
}
@keyframes blink {
0% { background: black }
100% { background: purple }
100% { background: #b32dff }
}

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

Loading…
Cancel
Save