talks/taking-flight-with-tailwind-css/code/10-hover-class-example.txt

7 lines
75 B
Plaintext
Raw Normal View History

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