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

- -

Course : Bitcoin for Developers

-

by : Saylor Academy

-

Cost : Free

+ + +

Course : Bitcoin for Developers

+

by : Saylor Academy

+

Cost : Free

+
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; +}