Last active
October 1, 2021 02:36
-
-
Save osuushi/6461324 to your computer and use it in GitHub Desktop.
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
p { | |
font-size:18px; | |
line-height:24px; | |
text-align: justify; | |
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAbCAYAAAC5rTVJAAAA3ElEQVQY0wXBwU3CABQA0Oe3IVgarFpDwYNH41GvLuMYzuQ4boBKiqGBptbCoQHf8+b19C4/vb44RWElmTdWEyJXaUuqMZFaO1zykxCJ2nDBJoghoxnjeCv6lHqEYSaaKdsc+4WoMz5nN/QLsZ7wcXjkrxSrCdvjE10hqjG+zmlz8ZOgSehTsQkcS7pEON6yD4VBGGa0Y6Ve2C/YPptrhH7h+vvgTi38lR7USmuhK9zrZZZCm7uy1VkKfSrVoRa6xJmdQisKA1qjlCj1Er/SjJhrDCrNlLhTK+3UGf/2IVZs3eANJQAAAABJRU5ErkJggg==); | |
background-size:100% 72px; | |
-webkit-background-clip:text; | |
-webkit-text-fill-color:transparent | |
} |
The beeline-like version use black-red-black-blue pattern;
This one is more colorful (rainbow-like).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since I love your beeline-llike CSS, I'm curious about what you're trying to do in this code and how is it different from your beeline-like code?