AKAbul Kaseminkasem420.hashnode.dev·Apr 14, 2023 · 1 min readButton designButton design with tailwind css. normal and rounded button. just add this code to your template and chose which design do you like and delete others button tag. <div class="h-screen flex justify-center items-center"> <div class="flex"> ...00
AKAbul Kaseminkasem420.hashnode.dev·Apr 9, 2023 · 1 min readRegistration formThis is a registration form design you can copy this code and use it in your project <div class="h-screen bg-gray-50"> <div class="flex w-full h-full justify-center items-center"> <div class=" border border-indigo...00
AKAbul Kaseminkasem420.hashnode.dev·Apr 7, 2023 · 1 min readNavbar with logo and menu with registration icon<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Nav bar with logo</title> <link rel...00