Search
 
SCRIPT & CODE EXAMPLE
 

HTML

tailwind css button

<button class="text-center text-indigo-400 font-bold rounded py-2 w-2/12 focus:outline-none bg-gray-900 border-2 border-indigo-400">Button</button>
Comment

tailwind button

<button class="bg-gray-300 hover:bg-gray-400 text-gray-800 font-bold py-2 px-4 rounded inline-flex items-center">
  <svg class="fill-current w-4 h-4 mr-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13 8V2H7v6H2l8 8 8-8h-5zM0 18h20v2H0v-2z"/></svg>
  <span>Download</span>
</button>
Comment

tailwind button

<a href="#" class="hidden md:block p-3 px-6 pt-2 text-white bg-brightRed rounded-full baseline hover:bg-brightRedLight">
   Get Started
</a>
Comment

PREVIOUS NEXT
Code Example
Html :: square radio button in html 
Html :: yaml multiline string 
Html :: html tabellen formatieren 
Html :: nav-pills class bootstrap 
Html :: html to pdf react 
Html :: examples of metadata 
Html :: H1 ALERT HTML 
Html :: html form tag 
Html :: how to style a form control label 
Html :: web application vs website 
Html :: input text before element 
Html :: html relative path 
Html :: query dns 
Html :: how to receive ether on smart contract 
Html :: class not working react 
Html :: how to change the url of a website in html 
Html :: html section tag 
Html :: code highlighter html 
Html :: how to write h1 tag in html 
Html :: tr tag 
Html :: <span class="notification-count"0</span 
Html :: how to take space in fontawesome unicode 
Html :: give html content to canavas 
Html :: Magento Reindex Error : Catalog Search index process unknown error: "-//IETF//DTD HTML 2.0//EN" 405 Method Not Allowed 
Html :: twig locale name 
Html :: http://arnav.tcode.in/ 
Html :: bokeh save html file to directory 
Html :: how to insert computer code to html 
Html :: create external application revit api 
Html :: safari web number pad 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =