sortable
Version:
sort an array by dragging html elements
43 lines (33 loc) • 704 B
HTML
<html lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<head>
<style>
body {
background: #fff;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
color: #555;
margin: auto;
font-size: 1em;
}
pre {
background: #dee;
margin: 30px;
padding: 20px;
border: 1px solid;
}
h1 {
border: solid 1px #eee;
margin: 30px;
padding: 15px;
}
input, button {
font-size: 2em
}
</style>
</head>
<body>
</body>
<script src=./static/bundle.js>
</script>
</html>