Skip to content

Commit

Permalink
minor changes/updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalsurojit committed Aug 24, 2023
1 parent d4b81e0 commit 95e0783
Show file tree
Hide file tree
Showing 3 changed files with 268 additions and 253 deletions.
16 changes: 8 additions & 8 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ nav ul li a:hover {
font-size: 80px;
background: linear-gradient(to right, #4cd969, #34aadc, #34aadc, #4cd969);
background-size: 100px 100px;
animation: color 5s ease-in-out infinite;
animation: color 5s alternate infinite;
background-clip: text;
-webkit-background-clip: text;
color: transparent;
Expand Down Expand Up @@ -300,7 +300,7 @@ nav ul li a:hover {
border: 1px solid rgb(0, 0, 0);
border-radius: 5px;
background-color: #635d5d;
padding: 8px 0px 8px 0px !important;
padding: 8px !important;
margin-top: 15px;
color: white;
}
Expand All @@ -312,12 +312,12 @@ nav ul li a:hover {
}

#login-forgot-password:hover,
#login-not-member u:hover,
.login-not-member u:hover,
#login-policy u:hover {
color: #000000;
}

#login-not-member u,
.login-not-member u,
#login-policy u {
cursor: pointer;
text-decoration: underline;
Expand Down Expand Up @@ -349,7 +349,7 @@ nav ul li a:hover {
margin-top: 15px;
}

#login-not-member {
.login-not-member {
margin: 15px 0px 0px 0px;
}

Expand Down Expand Up @@ -711,7 +711,7 @@ footer {
}

input[type=email] {
padding: 5px 2px 5px 2px;
padding: 5px 8px 5px 8px;
margin-top: 10px;
color: #ffffff;
font-size: 1.2em;
Expand Down Expand Up @@ -844,10 +844,10 @@ input::placeholder {
cursor: pointer;
}

.skills-box:hover>.skills-title: after,
/* .skills-box:hover>.skills-title: after,
.skills-box:hover>.skills-title: before {
width: 30px;
}
} */

.skills-box:hover .skills-img {
transform: translateX(-20px);
Expand Down
Loading

0 comments on commit 95e0783

Please sign in to comment.