From 61b3a5faa8989872d1982fbe0bcf83690b52cc16 Mon Sep 17 00:00:00 2001 From: Peter Date: Sat, 22 Nov 2025 17:00:31 +0100 Subject: [PATCH] Add links to contact items and style adjustments for better visibility --- index.html | 12 ++++++++---- style.css | 6 ++++++ 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index e591745..cf6bc2d 100644 --- a/index.html +++ b/index.html @@ -16,12 +16,16 @@

Olatunji Peter

- - Let’s connect! + + + Let’s connect! +
- - Zackyypee + + + Zackyypee +
diff --git a/style.css b/style.css index 0a2aea2..80de003 100644 --- a/style.css +++ b/style.css @@ -91,6 +91,12 @@ body { padding-left: 20px; margin: 0; } +a{ + text-decoration: none; + color: white; +} + + /* Mobile responsiveness */ @media screen and (max-width: 768px) {