Skip to content

Instantly share code, notes, and snippets.

View Z3yko's full-sized avatar

Abdurhman Alsobhi Z3yko

View GitHub Profile
@dillonchanis
dillonchanis / example.css
Created September 20, 2020 14:44
Tailwind Utility for using gradients with text
@layer utilities {
.text-gradient {
background-clip: text;
-webkit-text-fill-color: transparent;
}
}