skip to Main Content

Html – tailwind apply doesnt work in tailwind version 3

I have installed tailwind successfully. When it comes to using the @apply, things are not working. <body> <!-- header --> <header class="bg-transparent absolute top-0 left-0 w-full flex items-center z-10"> <div class="container"> <div class="flex items-center justify-between relative"> <div class="px-4"> <a href="#home"…

VIEW QUESTION

How to send dependent html form fields?

<form> <input name="checkbox" type="checkbox"></input> <input name="value" type="text"></input> <input name="checkbox" type="checkbox"></input> <input name="value" type="text"></input> ... </form> The user enters a phrase and indicates whether it is the correct answer. Is there any way to combine these into unique pairs when sending…

VIEW QUESTION
Back To Top
Search