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

7 lines
75 B
Text
Raw Normal View History

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