From 641f7c0ba51f228c7de7236238707ca6e9ed6f9a Mon Sep 17 00:00:00 2001 From: nanalelfe Date: Wed, 13 Jul 2016 03:56:17 -0400 Subject: Created a linked path between the html pages --- assets/css/style.css | 5 ++--- exams.html | 8 ++++++++ index.html | 14 ++++++++++---- questions.html | 10 ++++++++++ user_solutions.html | 16 +++++++++------- 5 files changed, 39 insertions(+), 14 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index f63e1ba..a5ad0e4 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -14,8 +14,8 @@ ul { list-style-type: none; } -a { - text-decoration: none; +a, a:hover { + text-decoration: none!important; } h1{ @@ -324,7 +324,6 @@ section.solutions-card{ width: 95%; margin-left: 2.5%; margin-bottom: 2%; - cursor: pointer; padding-bottom: 5px; } diff --git a/exams.html b/exams.html index 84a2e7d..12d15f0 100644 --- a/exams.html +++ b/exams.html @@ -94,33 +94,41 @@
diff --git a/index.html b/index.html index 6edf4c1..013ddd5 100644 --- a/index.html +++ b/index.html @@ -52,9 +52,9 @@
  • Second Year
  • @@ -109,7 +109,7 @@ - + @@ -158,6 +158,12 @@