presentations/workshop-tailwind-css/slides/code/loops-1.txt
Oliver Davies 0c1d5d02e1 Automated commit
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
2025-10-02 12:09:06 +01:00

11 lines
No EOL
611 B
Text

<a class="block px-2 py-3 text-2xl uppercase duration-200 ease-out transition-color
font-display text-blue-dark hover:bg-orange focus:bg-orange hover:text-gray-dark
focus:text-gray-dark" href="#0">Community</a>
<a class="block px-2 py-3 text-2xl uppercase duration-200 ease-out transition-color
font-display text-blue-dark hover:bg-orange focus:bg-orange hover:text-gray-dark
focus:text-gray-dark" href="#0">FAQ</a>
<a class="block px-2 py-3 text-2xl text-white uppercase duration-200 ease-out
transition-color font-display bg-blue hover:text-gray-dark focus:text-gray-dark"
href="#0">Register</a>