tailwind

<link href="https://unpkg.com/tailwindcss@^2.0/dist/tailwind.min.css" rel="stylesheet">

0
0
Awgiedawgie 440215 points

                                    trertretrt

0
0
3.6
10
Awgiedawgie 440215 points

                                    	.card-black {
		@apply card bg-black border-gray-400 text-gray-500;
	}
	.card-blue {
		@apply card bg-blue-200 border-blue-400 text-blue-700;
	}
	.card-gray {
		@apply card bg-gray-200 border-gray-400 text-gray-700;
	}
	.card-green {
		@apply card bg-green-200 border-green-400 text-green-700;
	}
	.card-indigo {
		@apply card bg-indigo-200 border-indigo-400 text-indigo-700;
	}
	.card-orange {
		@apply card bg-orange-200 border-orange-400 text-orange-700;
	}
	.card-pink {
		@apply card bg-pink-200 border-pink-400 text-pink-700;
	}
	.card-purple {
		@apply card bg-purple-200 border-purple-400 text-purple-700;
	}
	.card-red {
		@apply card bg-red-200 border-red-400 text-red-700;
	}
	.card-teal {
		@apply card bg-teal-200 border-teal-400 text-teal-700;
	}
	.card-transparent {
		@apply card  bg-transparent  border-gray-400 text-gray-600;
	}
	.card-white {
		@apply card bg-white border-gray-400 text-gray-700;
	}
	.card-yellow {
		@apply card bg-yellow-200 border-yellow-400 text-yellow-700;
	}

3.6 (10 Votes)
0
0
0
Krish 100200 points

                                    It's an css framework which is used in Apple, Tesla etc

0
0
4
3
Phoenix Logan 186120 points

                                    &lt;div class=&quot;w-full flex items-center justify-between block p-6 space-x-6&quot;&gt;
  &lt;div class=&quot;flex-1 truncate&quot;&gt;
    &lt;div class=&quot;flex items-center space-x-3&quot;&gt;
      &lt;h3 class=&quot;text-gray-900 text-sm font-medium truncate&quot;&gt;Jane Cooper&lt;/h3&gt;
      &lt;span class=&quot;text-teal-600 bg-tbg-fixedbackground-position: fixed;bg-localbg-scrollbg-clip-borderbg-clip-paddingbg-clip-contentbg-clip-textbg-transparentbg-currentbg-blackbg-whitebg-gray-50&quot;&gt;Admin&lt;/span&gt;
    &lt;/div&gt;
    &lt;p class=&quot;mt-1 text-gray-500 text-sm truncate&quot;&gt;Regional Paradigm Technician&lt;/p&gt;
  &lt;/div&gt;
  &lt;img class=&quot;w-10 h-10 bg-gray-300 rounded-full flex-shrink-0&quot; src=&quot;https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&amp;ixid=eyJhcHBfaWQiOjEyMDd9&amp;auto=format&amp;fit=facearea&amp;facepad=4&amp;w=256&amp;h=256&amp;q=60&quot; alt=&quot;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;border-t border-gray-200&quot;&gt;
  &lt;div class=&quot;-mt-px flex&quot;&gt;
    &lt;div class=&quot;w-0 flex-1 flex border-r border-gray-200&quot;&gt;
      &lt;a href=&quot;#&quot; class=&quot;relative -mr-px w-0 flex-1 inline-flex items-center justify-center py-4 text-sm text-gray-700 font-medium border border-transparent rounded-bl-lg hover:text-gray-500 focus:outline-none focus:shadow-outline-blue focus:border-blue-300 focus:z-10 transition ease-in-out duration-150&quot;&gt;
        &lt;svg class=&quot;w-5 h-5 text-gray-400&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 20 20&quot; fill=&quot;currentColor&quot;&gt;
          &lt;path d=&quot;M2.003 5.884L10 9.882l7.997-3.998A2 2 0 0016 4H4a2 2 0 00-1.997 1.884z&quot; /&gt;
          &lt;path d=&quot;M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z&quot; /&gt;
        &lt;/svg&gt;
        &lt;span class=&quot;ml-3&quot;&gt;Email&lt;/span&gt;
      &lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

4 (4 Votes)
0
4.25
4
Awgiedawgie 440215 points

                                    &lt;link href=&quot;https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css&quot; rel=&quot;stylesheet&quot;&gt;

4.25 (4 Votes)
0
Are there any code examples left?
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source