Skip to content

Commit

Permalink
added style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishant-Chamate committed Aug 22, 2023
1 parent bc279c5 commit bcbff5c
Showing 1 changed file with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ html,body{
width: 100%;
height: 100%;
background-color: black;

}


Expand Down Expand Up @@ -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;
Expand All @@ -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;
}
Expand All @@ -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%);
Expand All @@ -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;

Expand Down

0 comments on commit bcbff5c

Please sign in to comment.