presentations/taking-flight-with-tailwind-css/code/10-hover-class-example.txt
Oliver Davies 6891a7517a Re-organise
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
2025-09-25 21:52:45 +01:00

6 lines
75 B
Text

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