this repo has a description
mara.tngl.io
1<style>
2@keyframes rainbowGradient {
3 0% {
4 background-position: 0% 0%;
5 }
6 100% {
7 background-position: 200% 0%;
8 }
9}
10.rainbow-text {
11 background: linear-gradient(
12 to right,
13 red,
14 orange,
15 yellow,
16 green,
17 blue,
18 indigo,
19 violet,
20 red,
21 orange,
22 yellow,
23 green,
24 blue,
25 indigo,
26 violet,
27 red
28 );
29 background-size: 200% auto;
30 background-repeat: repeat;
31 background-clip: text;
32 -webkit-background-clip: text; /* For Safari compatibility */
33 color: transparent;
34 animation: rainbowGradient 10s linear infinite;
35}
36</style>
37<body style='background-color: #131516;'>
38<pre style='font-size: 1.75vw; display: flex; justify-content: center; align-items: center; height: 100vh;'>
39<span style=';opacity:0.75' class=rainbow-text>
40 __
41'. \ <span style='color:lightgray;'>$ <span style='opacity:0.3'>/usr/bin/</span>repo<span style='opacity:0.3'>-</span>elephant</span>
42 '- \
43 / /_ .---. <span style='color:lightgray;'>toooot!</span>
44 / | \\,.\/--.// )
45 | \// )/ /
46 \ ' ^ ^ / )____.----.. 6
47 '.____. .___/ \._)
48 .\/. )
49 '\ /
50 _/ \/ ). ) (
51 /# .! | /\ /
52 \ C// # /'-----''/ # /
53 . 'C/ | | | | |mrf ,
54 \), .. .'OOO-'. ..'OOO'OOO-'. ..\(,
55
56 <span style='color:lightgray;'>coderobe enterprises</span>
57</pre>