skip to Main Content

I am trying to make a navbar for a website , using HTML + Tailwindcss but the functionality i want is not happening

I tried the group-hover:block too but still when I hover over the solution and resources, it's not showing the dropdown menu <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Front Page</title> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> </head> <body class="bg-slate-600">…

VIEW QUESTION

Html – Bootstrap check box with a very long label

This CSS input[type='checkbox'] { transform: scale( 2 ); margin-right: 1.5em; border: 1.5px solid black; } The HTML <div class="form-check"> <input class="form-check-input" type="checkbox" value="" id="mChkCustomer"> <label class="form-check-label" for="mChkCustomer"> This is just a test for a very llllllooooonnnnngggggg label .................. </label> </div>…

VIEW QUESTION
Back To Top
Search