added 27 templates

This commit is contained in:
merajjahir
2022-03-07 21:04:30 +06:00
parent ba79e30d75
commit 8ce2e56c27
19 changed files with 6578 additions and 269 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" class="">
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -122,8 +122,8 @@
</section>
<div class="flex items-center justify-center py-20 transition-height duration-300 from-purple-100 via-red-300 to-indigo-500 bg-gradient-to-br">
<div class='w-full max-w-lg px-10 py-8 mx-auto bg-white rounded-lg shadow-xl'>
<div class="flex items-center justify-center py-20 transition duration-80 dark:bg-gray-800 ">
<div class='w-full max-w-lg px-10 py-8 mx-auto bg-white dark:bg-gray-800 rounded-lg shadow-xl'>
<h1 class="text-xl mb-10 text-center">TAILWINDCSS ACCORDION WITH <code>&lt;details&gt; &lt;summary&gt;</code> HTML Tag</h1>
<details class="w-full bg-white border border-blue-500 cursor-pointer mb-3 transition-all duration-700 ">