From c0bf4d6fc9f2010444c482625f4726d52db34a68 Mon Sep 17 00:00:00 2001 From: AlphonseMehounme Date: Sat, 25 May 2024 23:53:46 +0100 Subject: [PATCH] Add course articles clickable --- course.html | 10 ++++++---- styles/style.css | 8 ++++++++ 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/course.html b/course.html index b8abbd3..41c7d27 100644 --- a/course.html +++ b/course.html @@ -24,10 +24,12 @@

Bitcoin Engineering School

Courses

diff --git a/styles/style.css b/styles/style.css index 25768ee..63ea3fe 100644 --- a/styles/style.css +++ b/styles/style.css @@ -79,3 +79,11 @@ footer { border: 2px solid black; border-radius: 5px; } + +.course a { + text-decoration: none; +} + +.course a:visited { + text-decoration: none; +}