Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
maniac1122 authored Oct 20, 2023
1 parent 19e87c2 commit c2b0ec7
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
21 changes: 21 additions & 0 deletions indexmichaelchristopherbiz.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>index</title>
<link href="shoppingcart.css" rel="stylesheet" type="text/css">
<style type="text/css">
@import url("../../Documents/Unnamed Site 2/index.css");
</style>
</head>

<body>
<p>Hello and Welcome to Michael's .biz website</p>
<p>&nbsp;</p>
<p>Please send me an email with your resume if you're an Amazon Employee </p>
<p>&nbsp;</p>
<p>
<!-- Replace [email protected] with your email address -->
<a href="mailto:[email protected]">Email Us</a> </p>
</body>
</html>
15 changes: 15 additions & 0 deletions shoppingcart.css
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit c2b0ec7

Please sign in to comment.