diff --git a/index.html b/index.html new file mode 100644 index 0000000..6ee4e7e --- /dev/null +++ b/index.html @@ -0,0 +1,42 @@ + + + + + + + +

T-Shirts for Sale

+ +

Welcome to the T-Shirt shop. Here is where I sell my T-Shirts.

+ +
+
+

This is a shirt with a smiley face on it!

+
+ +
+
+

Aaron

+

I liked this shirt a lot it looks very cool and all my friends complimented me.

+
+
+

Adam

+

This shirt is terrible. I hate the design, it looks awful!

+
+
+

Luke

+

This shirt is okay. It's not the best and not the worst.

+
+
+

Anna

+

This shirt is good. The material is soft and comfortable to wear.

+
+
+

Miya

+

I think this shirt is alright. The sizing isn't great and the design is very bland and boring.

+
+
+ + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..d8601fe --- /dev/null +++ b/style.css @@ -0,0 +1,18 @@ +body { +background-color: green; +color: burlywood; +padding: 10px; +} + +#image { +float: left; +} + +#description { +float:right; +} + + +#reviews { +clear: both; +} \ No newline at end of file diff --git a/t-shirt.png b/t-shirt.png new file mode 100644 index 0000000..61430a4 Binary files /dev/null and b/t-shirt.png differ