Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
guptakushal03 committed Nov 11, 2023
1 parent bd8676a commit 6a67a0b
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
body {
margin: 0;
background-color: #000;
/* Set your dark background color */
color: #fff;
/* Set your text color */
font-family: 'Arial', sans-serif;
}

Expand All @@ -16,7 +14,6 @@ body {
width: 100%;
height: 100%;
background-color: #000;
/* Set your dark background color */
display: flex;
align-items: center;
justify-content: center;
Expand All @@ -27,7 +24,6 @@ body {
width: 2px;
height: 0;
background-color: #fff;
/* Set your white loader color */
animation: expand 2s ease-out forwards;
}

Expand All @@ -53,11 +49,9 @@ body {

.navbar a {
color: #737373;
/* Set your text color */
text-decoration: none;
padding: 14px 16px;
transition: color 0.3s;
/* Add smooth transition to text color */
}

.navbar a:hover {
Expand Down Expand Up @@ -199,6 +193,17 @@ nav .fa i {
margin-top: 5%;
}

.project-link {
text-decoration: none;
color: #fff;
margin-top: 3%;
}

.project-link a {
text-decoration: underline;
color: #fff;
}

.project-title {
font-size: 25px;
}
Expand Down Expand Up @@ -367,13 +372,21 @@ nav .fa i {
}

.cross {
display: block !important; /* Add !important to override previous rules */
display: block !important;
margin-top: 20%;
margin-left: 0%;
width: 40%;
}

.cross2 {
display: block !important;
}

.fas {
font-weight: 900;

}

.nav_links {
position: fixed;
background: #000;
Expand Down

0 comments on commit 6a67a0b

Please sign in to comment.