Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
da-ksh-esh committed Jul 11, 2024
1 parent 32e4563 commit 5edc87b
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,28 +139,6 @@
font-size: 25px;
}

.name-heading {
width: 226px;
color: #44f1a6;
font-family: ubuntu;
font-size: 25px;
border-right: 2px solid white;
white-space: nowrap;
overflow: hidden;
animation: typing 2s steps(16),
cursor .4s step-end infinite alternate;
}

@keyframes cursor {
50% {
border-color: transparent;
}
}

@keyframes typing {
from {width: 0;}
}

.skills-container {
display: flex;
justify-content: center;
Expand Down Expand Up @@ -251,6 +229,28 @@
justify-content: space-evenly;
}

.name-heading {
width: 226px;
color: #44f1a6;
font-family: ubuntu;
font-size: 25px;
border-right: 2px solid white;
white-space: nowrap;
overflow: hidden;
animation: typing 2s steps(16),
cursor .4s step-end infinite alternate;
}

@keyframes cursor {
50% {
border-color: transparent;
}
}

@keyframes typing {
from {width: 0;}
}

.go-to-top{
height: 50px;
display: flex;
Expand Down

0 comments on commit 5edc87b

Please sign in to comment.