From 0a69f0bad382470642624065f5eb53970fc23fa4 Mon Sep 17 00:00:00 2001 From: DipeshSingh1772 <70167351+DipeshSingh1772@users.noreply.github.com> Date: Thu, 1 Oct 2020 13:24:47 +0530 Subject: [PATCH 1/3] Update styles.css --- ProjectExamples/styles.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ProjectExamples/styles.css b/ProjectExamples/styles.css index f5f68b0..b33d3ce 100644 --- a/ProjectExamples/styles.css +++ b/ProjectExamples/styles.css @@ -56,4 +56,10 @@ footer { margin: 5px; height: 200px; color:white -} \ No newline at end of file +} + +#menubutton +{ + text-decoration: none; + color: white; +} From ab72285b5dd749b8b4e37ee9de29819381787b88 Mon Sep 17 00:00:00 2001 From: DipeshSingh1772 <70167351+DipeshSingh1772@users.noreply.github.com> Date: Thu, 1 Oct 2020 13:26:01 +0530 Subject: [PATCH 2/3] Update index.html --- ProjectExamples/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ProjectExamples/index.html b/ProjectExamples/index.html index 8b6c171..f776435 100644 --- a/ProjectExamples/index.html +++ b/ProjectExamples/index.html @@ -14,9 +14,9 @@ From bc58a864ed97fc32b2b4bb32837e7788227fb79c Mon Sep 17 00:00:00 2001 From: DipeshSingh1772 <70167351+DipeshSingh1772@users.noreply.github.com> Date: Tue, 20 Oct 2020 23:36:08 +0530 Subject: [PATCH 3/3] Update styles.css change in hover effect in home, about and contact button. --- ProjectExamples/styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ProjectExamples/styles.css b/ProjectExamples/styles.css index b33d3ce..1daaeda 100644 --- a/ProjectExamples/styles.css +++ b/ProjectExamples/styles.css @@ -32,7 +32,9 @@ a:link { margin-left: 40px; } .hspace :hover { - background-color: white; + transition-delay: 120; + zoom: 105%; + background-color: black; color:black; } marquee { @@ -61,5 +63,6 @@ footer { #menubutton { text-decoration: none; + border-radius:10% color: white; }