diff --git a/index.html b/index.html index ab93710..d80f795 100644 --- a/index.html +++ b/index.html @@ -32,95 +32,100 @@

Sound Journal

Nature

-
-

Chirps

-
-

Birds

- +
+
+

Chirps

+
+

Birds

+ +
+
+

Crickets

+ +
-
-

Crickets

- -
-
-
-
-

Water

-
-

Rain

- -
-
-

Waves

- + +
+

Water

+
+

Rain

+ +
+
+

Waves

+ +
+
-

Music

-
-

Piano

-
-

Happy Birthday Cha-Cha-Cha

- +
+
+

Piano

+
+

Happy Birthday Cha-Cha-Cha

+ +
+
+

Bösendorfer Imperial Grand Piano

+ +
-
-

Bösendorfer Imperial Grand Piano

- +
+

Church

+
+

Bells of Lachine

+ +
+
+

Organ at St. Joseph's Cathedral

+ +
-
-
-

Church

-
-
-

Bells of Lachine

- -
-
-

Organ at St. Joseph's Cathedral

- -
+
-

Celebrations

-
-

New Year's Eve in Toronto

-
-

Fireworks

- -
-
-

Cheering

- +
+
+

New Year's Eve in Toronto

+
+

Fireworks

+ +
+
+

Cheering

+ +
-
Created by Lisa Raposa Millar 2024
+ \ No newline at end of file diff --git a/styles.css b/styles.css index afdbabc..22b6acd 100644 --- a/styles.css +++ b/styles.css @@ -31,6 +31,28 @@ body { font-size: 18px; } +#nature .columns { + display: flex; + flex-wrap: wrap; + justify-content: space-evenly; +} + +#music .columns { + display: flex; + flex-wrap: wrap; + justify-content: space-evenly; +} + +#celebrations .columns { + display: flex; + flex-wrap: wrap; + justify-content: space-evenly; +} + +footer { + margin: 20px; +} + /* RESPONSIVE */ @media (max-width: 768px) { navbar .a {