Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <header class="max-w-6xl mx-auto py-8 px-5 flex justify-between lg:px-8">
  <a href="#/" class="text-2xl text-gray-900 font-semibold">price<span class="text-indigo-600">ly</span></a>
  <nav class="">
    <ul class="flex pt-1.5 text-md lg:pt-0 lg:text-lg">
      <li class="lg:px-4">
        <a href="#/" class="p-3 text-gray-500 font-semibold">about</a>
      </li>
      <li class="lg:px-4">
        <a href="#/" class="p-3 text-gray-500 font-semibold">blog</a>
      </li>
      <li class="lg:pl-4">
        <a href="#/" class="p-3 text-gray-500 font-semibold">contact</a>
      </li>
    </ul>
  </nav>
</header>
<main class="max-w-6xl mx-auto pt-10 pb-36 px-8">
  
  <div class="max-w-md mx-auto mb-14 text-center">
    <h1 class="text-4xl font-semibold mb-6 lg:text-5xl"><span class="text-indigo-600">Flexible</span> Plans</h1>
    <p class="text-xl text-gray-500 font-medium">Choose a plan that works best for you and your team.</p>
  </div>
  
  <div class="flex flex-col justify-between items-center lg:flex-row lg:items-start">
    
    <div class="w-full flex-1 mt-8 p-8 order-2 bg-white shadow-xl rounded-3xl sm:w-96 lg:w-full lg:order-1 lg:rounded-r-none">
      <div class="mb-7 pb-7 flex items-center border-b border-gray-300">
        <img src="https://res.cloudinary.com/williamsondesign/abstract-1.jpg"  alt="" class="rounded-3xl w-20 h-20" />
        <div class="ml-5">
          <span class="block text-2xl font-semibold">Basic</span>
          <span><span class="font-medium text-gray-500 text-xl align-top">$&thinsp;</span><span class="text-3xl font-bold">10 </span></span><span class="text-gray-500 font-medium">/ user</span>
        </div>
      </div>
      <ul class="mb-7 font-medium text-gray-500">
        <li class="flex text-lg mb-2">
          <img src="https://res.cloudinary.com/williamsondesign/check-grey.svg" />
          <span class="ml-3">Get started with <span class="text-black">messaging</span></span>
        </li>
        <li class="flex text-lg mb-2">
          <img src="https://res.cloudinary.com/williamsondesign/check-grey.svg" />
          <span class="ml-3">Flexible <span class="text-black">team meetings</span></span>
        </li>
        <li class="flex text-lg">
          <img src="https://res.cloudinary.com/williamsondesign/check-grey.svg" />
          <span class="ml-3"><span class="text-black">5 TB</span> cloud storage</span>
        </li>
      </ul>
      <a href="#/" class="flex justify-center items-center bg-indigo-600 rounded-xl py-5 px-4 text-center text-white text-xl">
        Choose Plan
        <img src="https://res.cloudinary.com/williamsondesign/arrow-right.svg" class="ml-2" />
      </a>
    </div>
    
    <div class="w-full flex-1 p-8 order-1 shadow-xl rounded-3xl bg-gray-900 text-gray-400 sm:w-96 lg:w-full lg:order-2 lg:mt-0">
      <div class="mb-8 pb-8 flex items-center border-b border-gray-600">
        <img src="https://res.cloudinary.com/williamsondesign/abstract-2.jpg"  alt="" class="rounded-3xl w-20 h-20" />
        <div class="ml-5">
          <span class="block text-3xl font-semibold text-white">Startup</span>
          <span><span class="font-medium text-xl align-top">$&thinsp;</span><span class="text-3xl font-bold text-white">24 </span></span><span class="font-medium">/ user</span>
        </div>
      </div>
      <ul class="mb-10 font-medium text-xl">
        <li class="flex mb-6">
          <img src="https://res.cloudinary.com/williamsondesign/check-white.svg" />
          <span class="ml-3">All features in <span class="text-white">Basic</span></span>
        </li>
        <li class="flex mb-6">
          <img src="https://res.cloudinary.com/williamsondesign/check-white.svg" />
          <span class="ml-3">Flexible <span class="text-white">call scheduling</span></span>
        </li>
        <li class="flex">
          <img src="https://res.cloudinary.com/williamsondesign/check-white.svg" />
          <span class="ml-3"><span class="text-white">15 TB</span> cloud storage</span>
        </li>
      </ul>
      <a href="#/" class="flex justify-center items-center bg-indigo-600 rounded-xl py-6 px-4 text-center text-white text-2xl">
        Choose Plan
        <img src="https://res.cloudinary.com/williamsondesign/arrow-right.svg" class="ml-2" />
      </a>
    </div>
    
    <div class="w-full flex-1 mt-8 p-8 order-3 bg-white shadow-xl rounded-3xl sm:w-96 lg:w-full lg:order-3 lg:rounded-l-none">
      <div class="mb-7 pb-7 flex items-center border-b border-gray-300">
        <img src="https://res.cloudinary.com/williamsondesign/abstract-3.jpg"  alt="" class="rounded-3xl w-20 h-20" />
        <div class="ml-5">
          <span class="block text-2xl font-semibold">Enterprise</span>
          <span><span class="font-medium text-gray-500 text-xl align-top">$&thinsp;</span><span class="text-3xl font-bold">35 </span></span><span class="text-gray-500 font-medium">/ user</span>
        </div>
      </div>
      <ul class="mb-7 font-medium text-gray-500">
        <li class="flex text-lg mb-2">
          <img src="https://res.cloudinary.com/williamsondesign/check-grey.svg" />
          <span class="ml-3">All features in <span class="text-black">Startup</span></span>
        </li>
        <li class="flex text-lg mb-2">
          <img src="https://res.cloudinary.com/williamsondesign/check-grey.svg" />
          <span class="ml-3">Growth <span class="text-black">oriented</span></span>
        </li>
        <li class="flex text-lg">
          <img src="https://res.cloudinary.com/williamsondesign/check-grey.svg" />
          <span class="ml-3"><span class="text-black">Unlimited</span> cloud storage</span>
        </li>
      </ul>
      <a href="#/" class="flex justify-center items-center bg-indigo-600 rounded-xl py-5 px-4 text-center text-white text-xl">
        Choose Plan
        <img src="https://res.cloudinary.com/williamsondesign/arrow-right.svg" class="ml-2" />
      </a>
    </div>
    
  </div>
  
</main>
              
            
!

CSS

              
                * {
  font-family: 'Montserrat', sans-serif;
}
              
            
!

JS

              
                
              
            
!
999px

Console