I'm searching for a unique design featuring the letter "d" in two colors, arranged diagonally without any gradient effects.
Here is the CSS code I am currently using:
.gradient_text_class {
font-size: 72px;
background-image: linear-gradient(50deg, #2f3441 50%, #ffffff 50%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
I have been exploring CodePen and JSFiddle for inspiration, but so far haven't found exactly what I'm looking for.