Dashboard Temp Share Shortlinks Frames API

deepika - HTMLify profile

files of /deepika/to-do/

check (1).png /deepika/to-do/check (1).png
272 Views
0 Comments
Media file
to-do/checked.png /deepika/to-do/checked.png
175 Views
0 Comments
Media file
to-do/close (2).png /deepika/to-do/close (2).png
146 Views
0 Comments
Media file
to-do/index.css /deepika/to-do/index.css
308 Views
0 Comments
*{
margin:0;
padding:0;
font-family: 'poppins', sans-serif;
box-sizing:border-box;
}
.container{
widt
To Do List /deepika/to-do/index.html
717 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, in
to-do/radio-button.png /deepika/to-do/radio-button.png
189 Views
0 Comments
Media file
to-do/script.js /deepika/to-do/script.js
285 Views
0 Comments
const inputBox=document.getElementById("input-box");
const listContainer=document.getElementById("list-container");
function add