From 18dd9c3f2bcccb8d09e136d86867a0c967301b3b Mon Sep 17 00:00:00 2001 From: Pudi-Sravan <157582261+Pudi-Sravan@users.noreply.github.com> Date: Sat, 2 Mar 2024 22:55:41 +0530 Subject: [PATCH] Update style.css --- style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 1eee35c..2ce815d 100644 --- a/style.css +++ b/style.css @@ -36,11 +36,16 @@ header{ color: rgb(255, 255, 255); text-decoration: none; } +.navp a:hover{ + cursor: pointer; + color: #ff0783; + font-size:22px ; +} .frontpage{ height: 780px; width: 100%; background-image: url(rn\ background.jpg); - opacity: 35%; + opacity: 40%; background-size: cover; background-repeat: no-repeat; border-radius: 55px;