Search
 
SCRIPT & CODE EXAMPLE
 

CSS

tailblocks

<header class="text-gray-600 body-font">
  <div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center">
    <a class="flex title-font font-medium items-center text-gray-900 mb-4 md:mb-0">
      <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-10 h-10 text-white p-2 bg-indigo-500 rounded-full" viewBox="0 0 24 24">
        <path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"></path>
      </svg>
      <span class="ml-3 text-xl">Tailblocks</span>
    </a>
    <nav class="md:ml-auto flex flex-wrap items-center text-base justify-center">
      <a class="mr-5 hover:text-gray-900">First Link</a>
      <a class="mr-5 hover:text-gray-900">Second Link</a>
      <a class="mr-5 hover:text-gray-900">Third Link</a>
      <a class="mr-5 hover:text-gray-900">Fourth Link</a>
    </nav>
    <button class="inline-flex items-center bg-gray-100 border-0 py-1 px-3 focus:outline-none hover:bg-gray-200 rounded text-base mt-4 md:mt-0">Button
      <svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-4 h-4 ml-1" viewBox="0 0 24 24">
        <path d="M5 12h14M12 5l7 7-7 7"></path>
      </svg>
    </button>
  </div>
</header>
Comment

PREVIOUS NEXT
Code Example
Css :: change text color when scrolling css 
Css :: block elements css 
Css :: css code examples 
Css :: CSS adding something next to a picture 
Css :: backgroud color css 
Css :: url css 
Css :: css clippath 
Css :: estilos de button css 
Css :: webpack 5 compile scss to css file 
Css :: display elements in column css 
Css :: option tag center 
Css :: what is the best way to center a div 
Css :: CSS Modules cannot be imported from within node_modules. 
Css :: css scale 
Css :: move image around in image div 
Css :: responsive flexbox 
Css :: hide image title on hover css 
Css :: CSS cloud shape 
Css :: centrizing a table with css 
Css :: Css gradient animations 
Css :: css change the accordion arrow color 
Css :: css target type 
Css :: animated progress bar css 
Css :: how use befor after for image 
Css :: css img 
Css :: change hover color link in wordpress 
Css :: css counter 
Css :: z-index on position absolute 
Css :: css max width substruction 
Css :: spaziatura caratteri css 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =