Skip to content

Instantly share code, notes, and snippets.

@osuushi
Last active October 1, 2021 02:36
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save osuushi/6461324 to your computer and use it in GitHub Desktop.
Save osuushi/6461324 to your computer and use it in GitHub Desktop.
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
}
@Santosh-Gupta
Copy link

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?

@beenotung
Copy link

beenotung commented Sep 30, 2021

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