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 @@
@@ -33,13 +34,13 @@
- Login - Register + Login + Register
- e-commerce Website + E-commerce Website Support local everything
Choose Your @@ -67,6 +68,7 @@
+ \ No newline at end of file diff --git a/Smart-Cart/login.css b/Smart-Cart/login.css new file mode 100644 index 0000000..2919977 --- /dev/null +++ b/Smart-Cart/login.css @@ -0,0 +1,40 @@ +.LoBo { + font-family: Arial, sans-serif; + background-color: #f0f0f0; + margin: 0; + padding: 0; + display: flex; + justify-content: center; + align-items: center; + height: 100vh; +} + +#Login { + background-color: white; + padding: 20px; + border-radius: 5px; + box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); +} + +#Login input[type="text"], +#Login input[type="password"] { + width: 100%; + padding: 10px; + margin-bottom: 10px; + border-radius: 5px; + border: 1px solid #ccc; +} + +#Login button { + width: 100%; + padding: 10px; + background-color: #007BFF; + color: white; + border: none; + border-radius: 5px; + cursor: pointer; +} + +#Login button:hover { + background-color: #0056b3; +} diff --git a/Smart-Cart/script.js b/Smart-Cart/script.js new file mode 100644 index 0000000..3be92d2 --- /dev/null +++ b/Smart-Cart/script.js @@ -0,0 +1 @@ +alert("It's Our Website:"); \ No newline at end of file diff --git a/Smart-Cart/styles.css b/Smart-Cart/styles.css index 4edc6cb..37751db 100644 --- a/Smart-Cart/styles.css +++ b/Smart-Cart/styles.css @@ -4,7 +4,7 @@ body { margin: 0; - background-color: #F28482; + background-color: #00fcff; font-family: Montserrat; display: flex; justify-content: center; @@ -39,7 +39,7 @@ nav a { color: white; text-align: center; padding: 14px 20px; - text-decoration: none; + text-decoration:center ; } nav a:hover { @@ -131,9 +131,9 @@ input ::placeholder{ #title{ font-family: "Madimi One", sans-serif; - font-size: 64px; + font-size: 55px; font-weight: 800; - color: #F28482; + color: rgb(11, 94, 204); } #text{ @@ -152,7 +152,7 @@ input ::placeholder{ } #choose-card span{ - color: #84A59D; + color: #00ffff; font-weight: 800; } @@ -191,4 +191,8 @@ input ::placeholder{ height: 60px; width: 60px; border-radius: 50%; -} \ No newline at end of file +} +.home{ + color:rgb(255,0,0); + +} diff --git a/demodev b/demodev new file mode 160000 index 0000000..31c6498 --- /dev/null +++ b/demodev @@ -0,0 +1 @@ +Subproject commit 31c6498bb7a3cd7a9e92e40fc0748a2285b023d8 diff --git a/killbros_EC102B b/killbros_EC102B new file mode 160000 index 0000000..ea6d531 --- /dev/null +++ b/killbros_EC102B @@ -0,0 +1 @@ +Subproject commit ea6d5319a355b4922b773d381063c864f5a7fd0f