diff --git a/buttons/bestview.gif b/buttons/bestview.gif new file mode 100644 index 0000000..27581b7 Binary files /dev/null and b/buttons/bestview.gif differ diff --git a/buttons/email-icon.gif b/buttons/email-icon.gif new file mode 100644 index 0000000..2139e09 Binary files /dev/null and b/buttons/email-icon.gif differ diff --git a/buttons/emoticon.gif b/buttons/emoticon.gif new file mode 100644 index 0000000..ae2346a Binary files /dev/null and b/buttons/emoticon.gif differ diff --git a/buttons/fspeech96.gif b/buttons/fspeech96.gif new file mode 100644 index 0000000..b9628aa Binary files /dev/null and b/buttons/fspeech96.gif differ diff --git a/buttons/i-love-physical-media-button-cd.gif b/buttons/i-love-physical-media-button-cd.gif new file mode 100644 index 0000000..05f26dc Binary files /dev/null and b/buttons/i-love-physical-media-button-cd.gif differ diff --git a/buttons/imissxp.gif b/buttons/imissxp.gif new file mode 100644 index 0000000..77a7f1c Binary files /dev/null and b/buttons/imissxp.gif differ diff --git a/checkered.png b/checkered.png new file mode 100644 index 0000000..6cb6de4 Binary files /dev/null and b/checkered.png differ diff --git a/index.html b/index.html index 118ae8f..3820bdd 100644 --- a/index.html +++ b/index.html @@ -38,7 +38,7 @@ diff --git a/links.html b/links.html index a740867..756f5ef 100644 --- a/links.html +++ b/links.html @@ -15,6 +15,21 @@ Under Construction +

Cool Links

+

These are some cool websites I have found and want to share with you.

+
+ +


Check out my internet neighbors!

These people are on the internet and have cool websites to link to on my website.

Melonking diff --git a/style.css b/style.css index 449733d..64202db 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,7 @@ body { background-color: #101010; + background-image: url("checkered.png"); + background-repeat: repeat; display: flex; flex-direction: column; align-items: center; @@ -14,6 +16,12 @@ header { color: #fff; padding: 20px; text-align: center; + max-width: 900px; +} +footer { + max-width: 900px; + align-items: center; + justify-content: center; } span { display: flex; @@ -74,4 +82,8 @@ a { height: auto; align-items: center; justify-content: center; -} \ No newline at end of file +} +ul li::marker { + color: white; /* Or any other color value (e.g., hex code, RGB) */ + } + \ No newline at end of file