Skip to content

Commit 4435ef9

Browse files
committed
added todo list project
1 parent c2b04ff commit 4435ef9

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

ToDoList/aditya7302/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<link rel="stylesheet" href="styles.css">
7+
<script src="script.js"></script>
8+
<title>Notes-App</title>
9+
</head>
10+
<body>
11+
12+
</body>
13+
</html>

ToDoList/aditya7302/script.js

Whitespace-only changes.

ToDoList/aditya7302/styles.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap');
2+
3+
*{
4+
box-sizing: border-box;
5+
}
6+
7+
body{
8+
font-family: 'Poppins', sans-serif;
9+
}

0 commit comments

Comments
 (0)