Having some fun

This commit is contained in:
2019-06-08 03:30:40 +10:00
parent 824bee8e43
commit 94dcc297da
3 changed files with 48 additions and 2 deletions
+14 -1
View File
@@ -332,4 +332,17 @@ pre {
.alwaysCentered {
text-align: center !important;
}
}
.rainbowText {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: -webkit-gradient(linear, left top, left bottom,
color-stop(0.00, red),
color-stop(16%, orange),
color-stop(32%, yellow),
color-stop(48%, green),
color-stop(60%, blue),
color-stop(76%, indigo),
color-stop(1.00, violet));
}