Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
webcat882 committed Aug 3, 2024
1 parent 33fa068 commit 6c47d8b
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: sans-serif;
text-decoration: none;
Expand Down Expand Up @@ -245,22 +243,7 @@ span {
@keyframes words {
0%,
20% {
content: "Frontend Developer";
}

21%,
40% {
content: "Backend Developer";
}

41%,
60% {
content: "Mern Stack Developer";
}

61%,
80% {
content: "PHP Developer";
content: "Senior Frontend Developer";
}
}

Expand Down

0 comments on commit 6c47d8b

Please sign in to comment.