小编Rob*_*son的帖子

单击按钮时无法产生动作

我正在使用部分下的Tailblocks 链接中的以下代码CTA,单击该按钮后,我无法进入新页面。在下面的代码form中,我添加了标签。请指导我如何解决它?

<form ction="index.php" method="post">

   <section class="text-gray-600 body-font">
      <div class="container px-5 py-24 mx-auto flex flex-wrap items-center">
        <div class="lg:w-3/5 md:w-1/2 md:pr-16 lg:pr-0 pr-0">
          <h1 class="title-font font-medium text-3xl text-gray-900">Slow-carb next level shoindcgoitch ethical authentic, poko scenester</h1>
          <p class="leading-relaxed mt-4">Poke slow-carb mixtape knausgaard, typewriter street art gentrify hammock starladder roathse. Craies vegan tousled etsy austin.</p>
        </div>
        <div class="lg:w-2/6 md:w-1/2 bg-gray-100 rounded-lg p-8 flex flex-col md:ml-auto w-full mt-10 md:mt-0">
          <h2 class="text-gray-900 text-lg font-medium title-font mb-5">Sign Up</h2>
          <div class="relative …
Run Code Online (Sandbox Code Playgroud)

html css php forms tailwind-css

5
推荐指数
1
解决办法
41
查看次数

标签 统计

css ×1

forms ×1

html ×1

php ×1

tailwind-css ×1