-
Notifications
You must be signed in to change notification settings - Fork 415
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e3ae601
commit ff9b47a
Showing
32 changed files
with
890 additions
and
788 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
|
||
/** @format */ | ||
|
||
.alokGoldy { | ||
position: relative; | ||
font-family: sans-serif; | ||
text-transform: uppercase; | ||
font-size: 2em; | ||
letter-spacing: 4px; | ||
overflow: hidden; | ||
background: linear-gradient(90deg, #000, #fff, #000); | ||
background-repeat: no-repeat; | ||
background-size: 80%; | ||
animation: animate 3s linear infinite; | ||
-webkit-background-clip: text; | ||
-webkit-text-fill-color: rgba(255, 255, 255, 0); | ||
position: relative; | ||
font-family: sans-serif; | ||
text-transform: uppercase; | ||
font-size: 2em; | ||
letter-spacing: 4px; | ||
overflow: hidden; | ||
background: linear-gradient(90deg, #000, #fff, #000); | ||
background-repeat: no-repeat; | ||
background-size: 80%; | ||
animation: animate 3s linear infinite; | ||
-webkit-background-clip: text; | ||
-webkit-text-fill-color: rgba(255, 255, 255, 0); | ||
} | ||
|
||
@keyframes alokGoldy { | ||
0% { | ||
background-position: -500%; | ||
} | ||
100% { | ||
background-position: 500%; | ||
} | ||
0% { | ||
background-position: -500%; | ||
} | ||
100% { | ||
background-position: 500%; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.