From bcbff5c9723b6c866cf2a279d68ee1355dbb2df3 Mon Sep 17 00:00:00 2001 From: Nishant Chamate <140280305+Nishant-Chamate@users.noreply.github.com> Date: Wed, 23 Aug 2023 01:22:21 +0530 Subject: [PATCH] added style.css --- style.css | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 4f5c562..abbcb9c 100644 --- a/style.css +++ b/style.css @@ -14,6 +14,7 @@ html,body{ width: 100%; height: 100%; background-color: black; + } @@ -78,6 +79,15 @@ h5{ } +#hpa{ + display: flex; + align-items: center; + justify-content: space-evenly; + gap: 2rem; + text-align: center; + +} + #nav a{ color: white; text-decoration: none; @@ -104,14 +114,27 @@ h5{ #nav h4{ cursor: pointer; + opacity: 1; } -#nav h4:nth-child(2){ +#nav h4:nth-child(1){ /* text-decoration: underline; can use any underline or border bottom */ border-bottom: 0.188rem solid #0087ca; } +#standing-line{ + width: 2px; + height: 40px; + background-color: red; + background: rgba( 32, 39, 193, 0.25 ); + box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); + backdrop-filter: blur( 10px ); + -webkit-backdrop-filter: blur( 10px ); + border-radius: 10px; + border: 1px solid rgba( 255, 255, 255, 0.18 ); +} + #heading{ margin-top: 5.625rem; } @@ -122,9 +145,9 @@ h5{ #heading h1{ margin-left: 1.875rem; line-height: 1; - opacity: 0.6; + opacity: 0.8; font-size: 10vw; - font-weight: 900; + font-weight: normal; font-family: 'Poppins', sans-serif; background: #8784CF; background: -webkit-linear-gradient(to right, #8784CF 0%, #CF7C76 100%); @@ -143,7 +166,7 @@ h5{ background: #4D5ACF; background: -webkit-linear-gradient(to right, #4D5ACF 0%, #CF6357 100%); background: -moz-linear-gradient(to right, #4D5ACF 0%, #CF6357 100%); - background: linear-gradient(to right, #4D5ACF 0%, #CF6357 100%); + background: linear-gradient(to right, #3747d8 0%, #CF6357 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;