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