diff --git a/Introduction to HTML/Lesson 4/about.html b/Introduction to HTML/Lesson 4/about.html index 67f7c9f6..b38cc2f0 100644 --- a/Introduction to HTML/Lesson 4/about.html +++ b/Introduction to HTML/Lesson 4/about.html @@ -3,18 +3,45 @@ The Generics | About +
- -
-

The Generics

+
+
+ + + +
+ +

The Generics

@@ -26,23 +53,24 @@

ABOUT

\ No newline at end of file diff --git a/Introduction to HTML/Lesson 4/index.html b/Introduction to HTML/Lesson 4/index.html index 240e80af..7388a3ac 100644 --- a/Introduction to HTML/Lesson 4/index.html +++ b/Introduction to HTML/Lesson 4/index.html @@ -3,18 +3,45 @@ The Generics +
- -
-

The Generics

+
+
+ + + +
+ +

The Generics



@@ -87,23 +114,24 @@

TOURS

\ No newline at end of file diff --git a/Introduction to HTML/Lesson 4/store.html b/Introduction to HTML/Lesson 4/store.html index 2ea9c463..c7c8be45 100644 --- a/Introduction to HTML/Lesson 4/store.html +++ b/Introduction to HTML/Lesson 4/store.html @@ -3,65 +3,109 @@ The Generics | Store +
- -
-

The Generics

+
+
+ + + +
+ +

The Generics

MUSIC

-
-
- Album 1 -
- -
- $12.99 - -
-
-
-
- Album 2 +
+
+
+
+
Album 1
+ +
+ $12.99 + +
+
- -
- $14.99 - +
+
+
Album 2
+ +
+ $14.99 + +
+
-
-
-
- Album 3 +
+
+
Album 3
+ +
+ $9.99 + +
+
- -
- $9.99 - +
+
+
+ Album 4 +
+ +
+ $19.99 + +
+
-
-
-
- Album 4 -
- -
- $19.99 - -
-

MERCH

-
+
+
T-Shirt
@@ -70,8 +114,10 @@

MERCH

$19.99
+
-
+
+
Cofee Cup
@@ -80,6 +126,7 @@

MERCH

$6.99
+
@@ -120,23 +167,24 @@

CART

\ No newline at end of file diff --git a/Introduction to JavaScript/Lesson 1/styles.css b/Introduction to JavaScript/Lesson 1/styles.css index 045b85bb..2d9a762f 100644 --- a/Introduction to JavaScript/Lesson 1/styles.css +++ b/Introduction to JavaScript/Lesson 1/styles.css @@ -21,6 +21,7 @@ html, body { min-height: 100%; } + .nav ul { margin: 0; }