We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b04ff commit 4435ef9Copy full SHA for 4435ef9
ToDoList/aditya7302/index.html
@@ -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
ToDoList/aditya7302/styles.css
@@ -0,0 +1,9 @@
+@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap');
+*{
+ box-sizing: border-box;
+}
+body{
+ font-family: 'Poppins', sans-serif;
0 commit comments