diff --git a/cartItems.html b/cartItems.html index 5f0e12f..227dc4a 100644 --- a/cartItems.html +++ b/cartItems.html @@ -4,7 +4,7 @@ - Register + Cart @@ -23,14 +23,14 @@ -
-

Shopping Cart

+
+ -
+ + +
- - +
+
@@ -66,16 +67,84 @@

Total

-

$500

+

$500

- - + +
- + + diff --git a/css/register.css b/css/register.css index 905f30f..e8e9eae 100644 --- a/css/register.css +++ b/css/register.css @@ -57,7 +57,8 @@ textarea { color: var(--primary) !important } -.navbar-brand::after{ +.navbar-brand::after, +.foot-title::after{ position: absolute; content: "."; width: 20px; @@ -84,4 +85,12 @@ textarea { .btn4:hover { color: white !important; background-color: black !important; +} +.favBtn { + transition: .3s; + cursor: pointer; + top: 0px; + right: 0px; + background-color: rgb(230, 230, 230); + color: red } \ No newline at end of file diff --git a/index.html b/index.html index 8e9f1b5..b9088b7 100644 --- a/index.html +++ b/index.html @@ -59,7 +59,11 @@