mlbz-nudge
Version:
Simple dependency free ES6 library to produce small on-screen nudges
16 lines • 347 B
HTML
<html>
<head>
<title>Nudge Example</title>
<script src="example.js" type="module"></script>
<link href="https://fonts.googleapis.com/css?family=Arvo" rel="stylesheet">
<style type="text/css">
* {
font-family: 'Arvo', cursive;
}
</style>
</head>
<body style="text-align: center;">
<h1>Nudge Example</h1>
</body>
</html>