From de9082860763b95127a63c5e1729e833ca582e0c Mon Sep 17 00:00:00 2001 From: Soustab Haldar Date: Mon, 10 Oct 2022 22:04:09 +0530 Subject: [PATCH] addfiles --- index.html | 3 ++- style.css | 10 +++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 5c39177..57b9a7f 100644 --- a/index.html +++ b/index.html @@ -49,7 +49,8 @@ - + +
diff --git a/style.css b/style.css index 5f2f803..728e844 100644 --- a/style.css +++ b/style.css @@ -427,6 +427,8 @@ ul { display: none; } + + /* --------media query for menu----- */ @media only screen and (max-width: 800px) { @@ -1025,6 +1027,7 @@ form a { body.active{ background-color: #000; + } @@ -1039,6 +1042,7 @@ body.active{ } + /*footer image mouse style to pointer*/ .footer-img{ cursor: pointer; @@ -1046,4 +1050,8 @@ body.active{ /* usefull links */ .useful-links:hover{ border-bottom: #fff 1px solid; -} \ No newline at end of file +} + +p:hover { + color: rgb(186, 186, 186); +}