diff --git a/Homepage.html b/Homepage.html
new file mode 100644
index 0000000..6354d1d
--- /dev/null
+++ b/Homepage.html
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+ Shop
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ POPUALR CATEGORIES
+
+
+ Go to www.Google.com
+ Go to TShirts
+
+
+
+
\ No newline at end of file
diff --git a/TShirt.html b/TShirt.html
new file mode 100644
index 0000000..9e8a93f
--- /dev/null
+++ b/TShirt.html
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+ Shop
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/index.html b/index.html
deleted file mode 100644
index 504dc31..0000000
--- a/index.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..8adb424
--- /dev/null
+++ b/style.css
@@ -0,0 +1,46 @@
+
+body {
+ background-color: #d3d3d2;
+ margin: auto;
+}
+header {
+ background-color: black;
+ height: 70px;
+}
+
+.middleTabbar{
+ margin: auto;
+ max-width: 650px;
+}
+
+.tabBarButtons{
+ font-size: 20px;
+ font-family: 'Times New Roman', Times, serif;
+ height: 50px;
+ margin-top: 10px;
+ margin-bottom: 10px;
+ margin-left: 14px;
+ margin-right: 7px
+}
+.pictureSizes{
+ height: 540px;
+ width: 360px;
+ margin-left: 45px;
+ margin-right: 25px;
+ margin-top: 15px;
+ margin-bottom: 25px;
+ padding: 5px;
+}
+.middleBody{
+ margin: auto;
+ max-width: 910px;
+}
+
+a {
+ font-size: 25px;
+ font-style: italic;
+ margin-left: 45px;
+}
+
+
+