fingernails/index.html

26 lines
630 B
HTML
Raw Normal View History

2018-03-13 22:24:34 +01:00
<html>
<head>
<meta charset="utf-8">
<title>Fingernails on a chalkboard</title>
<style type="text/css">
html,body {
height: 100%;
}
body {
margin: 0;
2018-03-19 05:43:21 +01:00
padding: 0 10rem;
2018-03-13 22:24:34 +01:00
background-color: black;
display: flex;
align-items: center;
justify-content: center;
user-select: none;
cursor: none;
}
</style>
<script src="animacija.js" type="text/javascript"></script>
</head>
<body>
<span id="crka"></span>
</body>
</html>