Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/bradtraversy/vanillawebprojects/sortable-list/

README.md /cody/bradtraversy/vanillawebprojects/sortable-list/README.md
4 Views
0 Comments
## Sortable List

Display a scrambled list that can be sorted with drag and drop

## Project Specifications

- Create an o
index.html /cody/bradtraversy/vanillawebprojects/sortable-list/index.html
3 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
script.js /cody/bradtraversy/vanillawebprojects/sortable-list/script.js
3 Views
0 Comments
const draggable_list = document.getElementById('draggable-list');
const check = document.getElementById('check');

const richest
style.css /cody/bradtraversy/vanillawebprojects/sortable-list/style.css
5 Views
0 Comments
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

:root {
--border-color: #e3e5e4;
--background-col