diff --git a/AntiqueOlive.ttf b/AntiqueOlive.ttf new file mode 100644 index 0000000..cc398ea Binary files /dev/null and b/AntiqueOlive.ttf differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..4044757 Binary files /dev/null and b/favicon.ico differ diff --git a/images/ann.png b/images/ann.png new file mode 100644 index 0000000..5ca3186 Binary files /dev/null and b/images/ann.png differ diff --git a/images/banana.png b/images/banana.png new file mode 100644 index 0000000..00bd85c Binary files /dev/null and b/images/banana.png differ diff --git a/images/buster.jpg b/images/buster.jpg new file mode 100644 index 0000000..42aaa68 Binary files /dev/null and b/images/buster.jpg differ diff --git a/images/georgemichael.png b/images/georgemichael.png new file mode 100644 index 0000000..87263a2 Binary files /dev/null and b/images/georgemichael.png differ diff --git a/images/georgesr.jpg b/images/georgesr.jpg new file mode 100644 index 0000000..59a287e Binary files /dev/null and b/images/georgesr.jpg differ diff --git a/images/gob.jpg b/images/gob.jpg new file mode 100644 index 0000000..c9a5073 Binary files /dev/null and b/images/gob.jpg differ diff --git a/images/lindsay.jpg b/images/lindsay.jpg new file mode 100644 index 0000000..1e56d57 Binary files /dev/null and b/images/lindsay.jpg differ diff --git a/images/lucille.png b/images/lucille.png new file mode 100644 index 0000000..2398657 Binary files /dev/null and b/images/lucille.png differ diff --git a/images/maeby.png b/images/maeby.png new file mode 100644 index 0000000..361c7dc Binary files /dev/null and b/images/maeby.png differ diff --git a/images/michael.jpg b/images/michael.jpg new file mode 100644 index 0000000..d35dbeb Binary files /dev/null and b/images/michael.jpg differ diff --git a/images/tobias.jpg b/images/tobias.jpg new file mode 100644 index 0000000..3f55d0e Binary files /dev/null and b/images/tobias.jpg differ diff --git a/index.css b/index.css index ae8b9a0..f6b4359 100644 --- a/index.css +++ b/index.css @@ -1,3 +1,71 @@ +@font-face { + font-family: antiqueOlive; + src: url("AntiqueOlive.ttf"); +} + html { - + +} + +body { + background-color: #F98F1B; + text-align: center; +} + +h1 { + font-family: 'antiqueOlive', cursive; + letter-spacing: -3px; + text-align: center; + color: black; + font-size: 48px; + margin-bottom: 10px; +} + +button { + margin-bottom: 10px; + font-size: 18px; +} + +.arrested-development { + font-family: 'antiqueOlive', cursive; +} + +h2 { + font-family: 'antiqueOlive', cursive; + text-align: center; + color: black; + font-size: 36px; + letter-spacing: -3px; +} + +div.row { + text-align: center; +} + +div.square { + border: 5px solid black; + background-color: white; + height: 150px; + width: 150px; + margin: 5px; + display: inline-block; + position: relative; +} + +img { + position: absolute; + left: 0px; + top: 50%; + transform: translateY(-50%); + width: 100%; + height: auto; +} + +.banana { + opacity: 0.3; + left: 25px; + margin-left: auto; + margin-right: auto; + height: 75%; + width: auto; } diff --git a/index.html b/index.html index de8d985..be487ba 100644 --- a/index.html +++ b/index.html @@ -4,18 +4,68 @@
+
+
+
+
+
+
+
+
+