From c2b0ec7d671ede9dabb453b169c4e7db43862215 Mon Sep 17 00:00:00 2001 From: Michael Christopher <48199206+maniac1122@users.noreply.github.com> Date: Fri, 20 Oct 2023 07:24:32 -0400 Subject: [PATCH] Add files via upload --- indexmichaelchristopherbiz.html | 21 +++++++++++++++++++++ shoppingcart.css | 15 +++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 indexmichaelchristopherbiz.html create mode 100644 shoppingcart.css diff --git a/indexmichaelchristopherbiz.html b/indexmichaelchristopherbiz.html new file mode 100644 index 0000000..d3a0b45 --- /dev/null +++ b/indexmichaelchristopherbiz.html @@ -0,0 +1,21 @@ + + + + +index + + + + + +

Hello and Welcome to Michael's .biz website

+

 

+

Please send me an email with your resume if you're an Amazon Employee

+

 

+

+ +Email Us

+ + diff --git a/shoppingcart.css b/shoppingcart.css new file mode 100644 index 0000000..c096b39 --- /dev/null +++ b/shoppingcart.css @@ -0,0 +1,15 @@ +body { + padding-top: 80px; +} + +.show-cart li { + display: flex; +} +.card { + margin-bottom: 20px; +} +.card-img-top { + width: 200px; + height: 200px; + align-self: center; +} \ No newline at end of file