Skip to content

Commit

Permalink
Merge pull request #318 from Preeti8021/skillanimate
Browse files Browse the repository at this point in the history
Skills section animated
  • Loading branch information
shelcia authored Jan 6, 2024
2 parents bd22eae + 4be264d commit b76b98b
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/pages/portfolio/template/template1/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,14 @@
z-index: 0;
box-shadow: 10px 10px 0px 0px #00458b;
}

.skills-border-blue-light:hover {
transform: translate(3px,3px);
box-shadow: 7px 7px 0px 0px #00458b;
cursor: pointer;
color: beige;
background-color: #556fff;
transition: 0.2s;
}
.skills-border-blue-dark {
border: 3px solid #556fff !important;
min-width: 75%;
Expand All @@ -60,6 +67,15 @@
box-shadow: 10px 10px 0px 0px #556fff;
}

.skills-border-blue-dark:hover{
transform: translate(3px,3px);
box-shadow: 7px 7px 0px 0px rgba(255, 255, 255, 0.75);
cursor: pointer;
color: beige;
background-color: #556fff;
transition: 0.2s;
}

.timeline-head {
font-size: 1.875rem;
}
Expand Down

1 comment on commit b76b98b

@vercel
Copy link

@vercel vercel bot commented on b76b98b Jan 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.