Search
 
SCRIPT & CODE EXAMPLE
 

CSS

tailwind simle navbar"

<ul class="flex">
  <li class="mr-6">
    <a class="text-blue-500 hover:text-blue-800" href="#">Active</a>
  </li>
  <li class="mr-6">
    <a class="text-blue-500 hover:text-blue-800" href="#">Link</a>
  </li>
  <li class="mr-6">
    <a class="text-blue-500 hover:text-blue-800" href="#">Link</a>
  </li>
  <li class="mr-6">
    <a class="text-gray-400 cursor-not-allowed" href="#">Disabled</a>
  </li>
</ul>
Comment

PREVIOUS NEXT
Code Example
Css :: css stop animation at end 
Css :: clara tyner 
Css :: hover to slightly up div 
Css :: hyper text programming language 
Css :: slick cuted shadow 
Css :: css opposite selector 
Css :: crear un sol con css 
Css :: groupby 
Css :: css transform cheat sheet 
Css :: How to loop a javascript array 
Css :: css "fontweight" "font-weight" "fontWeight" 
Css :: responsive image slider html css 
Css :: pill shape css 
Css :: Task #2: Set a linear gradient background for the div element, going from the top left to the bottom right, transitioning from "white" to "green" 
Typescript :: angular devkit build angular error 
Typescript :: find total commits in git 
Typescript :: install typescript mac 
Typescript :: increase size of mat dialog 
Typescript :: typescript on window resize 
Typescript :: error TS2564: Property 
Typescript :: show grants user 
Typescript :: checking if a substring exists in a string r 
Typescript :: dataframe value counts sort 
Typescript :: add module tslib 
Typescript :: Bulk Products Selection on sales process odoo 
Typescript :: which sheep gives us best quality of wool 
Typescript :: typescriprt specify type of key 
Typescript :: serenity-is hide column 
Typescript :: react typescript stoppropagation 
Typescript :: start blender from terminal 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =