From c6bc5092b14cb4461a38a78e29db6946fc18acb0 Mon Sep 17 00:00:00 2001 From: ryan-cohutt Date: Wed, 24 Apr 2024 16:58:37 -0400 Subject: [PATCH] Order and Profile Page --- final/complete.html | 24 ++++++++++++++++++++++++ final/css/style.css | 18 ++++++++++++++++++ final/main.html | 2 +- final/profile.html | 30 ++++++++++++++++++++++++++++++ final/script.js | 31 ++++++++++++++++++++++++++++--- 5 files changed, 101 insertions(+), 4 deletions(-) create mode 100644 final/complete.html create mode 100644 final/profile.html diff --git a/final/complete.html b/final/complete.html new file mode 100644 index 0000000..3e63dd1 --- /dev/null +++ b/final/complete.html @@ -0,0 +1,24 @@ + + + + + + Slice Haven + + + + +
+

Thank you for your purchase!

+
+

Your order is on its way

+ +
+ + + \ No newline at end of file diff --git a/final/css/style.css b/final/css/style.css index ce07afb..bda0ecd 100644 --- a/final/css/style.css +++ b/final/css/style.css @@ -689,4 +689,22 @@ hr { .cart-total { font-size: 2em; margin: 15px; +} + +.complete-sect { + padding-top: 75px; + width: 100%; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + h1 { + font-size: 3em; + margin: 0; + text-align: center; + } +} + +.order-off { + background-color: rgb(128, 128, 128); } \ No newline at end of file diff --git a/final/main.html b/final/main.html index 7d0469b..2087b92 100644 --- a/final/main.html +++ b/final/main.html @@ -10,7 +10,7 @@