talks/Taking Flight with Tailwind CSS/code/10-hover-class-example.txt
2021-02-06 22:46:22 +00:00

7 lines
75 B
Plaintext

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