From 9f4d8a764b1cef4589ff1ff11b10833e2616f572 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Fri, 15 Oct 2021 20:11:52 +0500 Subject: [PATCH] add hyperlinks --- index.html | 6 +++--- style.css | 9 +++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 276cbf7..36441d4 100644 --- a/index.html +++ b/index.html @@ -15,9 +15,9 @@

Box 563, Station P Toronto, ON M5S 2T1 Canada

diff --git a/style.css b/style.css index 56b4ce4..d698361 100644 --- a/style.css +++ b/style.css @@ -27,4 +27,13 @@ address * { ul li span { font-weight: bold; +} + +a { + text-decoration: none; + color: var(--red); +} + +a:hover, a:focus { + text-decoration: underline; } \ No newline at end of file