diff --git a/Smart-Cart/Login.HTML b/Smart-Cart/Login.HTML
new file mode 100644
index 0000000..944e993
--- /dev/null
+++ b/Smart-Cart/Login.HTML
@@ -0,0 +1,19 @@
+
+
+
+
+
+ Login page
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Smart-Cart/Register.css b/Smart-Cart/Register.css
new file mode 100644
index 0000000..01a446c
--- /dev/null
+++ b/Smart-Cart/Register.css
@@ -0,0 +1,35 @@
+body {
+ font-family: Arial, sans-serif;
+ margin: 0;
+ padding: 0;
+ background-color: #f0f0f0;
+}
+
+#Register {
+ width: 300px;
+ margin: 0 auto;
+ padding: 20px;
+ background-color: #fff;
+ box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
+}
+
+#Register input[type="text"],
+#Register input[type="password"] {
+ width: 100%;
+ padding: 10px;
+ margin-bottom: 10px;
+ border: 1px solid #ddd;
+}
+
+#Register button {
+ width: 100%;
+ padding: 10px;
+ background-color: #007BFF;
+ border: none;
+ color: #fff;
+ cursor: pointer;
+}
+
+#Register button:hover {
+ background-color: #0056b3;
+}
diff --git a/Smart-Cart/Register.html b/Smart-Cart/Register.html
new file mode 100644
index 0000000..4412ff4
--- /dev/null
+++ b/Smart-Cart/Register.html
@@ -0,0 +1,27 @@
+
+
+
+
+
+ Register page
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Smart-Cart/index.html b/Smart-Cart/index.html
index 58c1dea..5b6efa3 100644
--- a/Smart-Cart/index.html
+++ b/Smart-Cart/index.html
@@ -6,6 +6,7 @@
SmartCart
+
@@ -15,10 +16,10 @@
- - Home
- - Product
- - About
- - Contact
+ - Home
+ - Product
+ - About
+ - Contact
-
e-commerce Website
+
E-commerce Website
Support local everything
Choose Your
@@ -67,6 +68,7 @@
+