From 8fdb22bd8c68603511be249c1b5524beb745fa98 Mon Sep 17 00:00:00 2001 From: Farshad Date: Mon, 4 Mar 2024 16:52:30 +0100 Subject: [PATCH] core train and extensions --- Homepage.html | 43 +++++++++++++++++++++++++++++++++++++++++++ TShirt.html | 42 ++++++++++++++++++++++++++++++++++++++++++ index.html | 13 ------------- style.css | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 131 insertions(+), 13 deletions(-) create mode 100644 Homepage.html create mode 100644 TShirt.html delete mode 100644 index.html create mode 100644 style.css 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 + + +
+
+ + + + + +
+
+ + +
+ +

POPUALR CATEGORIES

+ + + Go to www.Google.com + Go Back to HomePage +
+ + \ 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; +} + + +