talks/Taking Flight with Tailwind CSS/code/10-hover-class-example.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
75 B
Plaintext
Raw Normal View History

<a
href="#"
class="text-red-500 hover:text-red-800"
>
Read more
</a>