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

              
                <link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap" rel="stylesheet">
<div class="page">
  <div class="headers">
    <div class="company">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#FED656" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-command">
        <path d="M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z"></path>
      </svg>
      <p class="company-name">Assary</p>
    </div>
    <nav>
      <ul class="nav-menu">
        <li class="item">
          Product
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#6A6865" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down">
            <polyline points="6 9 12 15 18 9"></polyline>
          </svg>
        </li>
        <li class="item">
          Solutions
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#6A6865" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down">
            <polyline points="6 9 12 15 18 9"></polyline>
          </svg>
        </li>
        <li class="item">
          Customers
        </li>
        <li class="item">
          Pricing
        </li>
      </ul>
    </nav>
    <div class="login-signup">
      <p class="sign-in">Sign in</p>
      <button class="sign-up"> Sign up
      </button>
    </div>
  </div>
  <h1 class="text">Simple, affordable pricing</h1>
  <h5 class="sub-text">Start building for free and pay as you grow.</h5>
  <div class="payment-options">
    <p class="text-style">Bill Monthly</p>
    <div class="toggle"></div>
    <p class="text-style">Bill Yearly</p>
  </div>
  <div class="card-layout">
    <div class="card">
      <p class="heading">Starter</p>
      <p class="sub-heading">Quid ex eo ortum, tam egregios<br>
        viros censes aut alias.
      </p>
      <p class="free">Free</p>
      <p class="sub-heading">Free forever.</p>
      <hr>
      <div class="features">
        <div class="item">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#79828C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check">
            <polyline points="20 6 9 17 4 12"></polyline>
          </svg>
          <p class="text-style spaced">3 Events</p>
        </div>
        <div class="item">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#79828C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check">
            <polyline points="20 6 9 17 4 12"></polyline>
          </svg>
          <p class="text-style spaced">4 Event Personas</p>
        </div>
        <div class="item">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#79828C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check">
            <polyline points="20 6 9 17 4 12"></polyline>
          </svg>
          <p class="text-style spaced">8 Check-in Zones</p>
        </div>
        <div class="item">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#79828C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check">
            <polyline points="20 6 9 17 4 12"></polyline>
          </svg>
          <p class="text-style spaced">1 Member</p>
        </div>
      </div>
      <a href="#" class="anchor">See all features</a>
      <button class="choose-plan">Choose Plan</button>
    </div>
    <div class="card">
      <p class="heading">Basic</p>
      <p class="sub-heading">Quid ex eo ortum, tam egregios<br>
        viros censes aut alias.
      </p>
      <p class="fee"><span class="euro">€ </span><span class="amount">16</span> / mo</p>
      <p class="sub-heading">Billed monthly.</p>
      <hr>
      <div class="features">
        <div class="item">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#79828C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check">
            <polyline points="20 6 9 17 4 12"></polyline>
          </svg>
          <p class="text-style spaced">7 Events</p>
        </div>
        <div class="item">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#79828C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check">
            <polyline points="20 6 9 17 4 12"></polyline>
          </svg>
          <p class="text-style spaced">4 Event Personas</p>
        </div>
        <div class="item">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#79828C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check">
            <polyline points="20 6 9 17 4 12"></polyline>
          </svg>
          <p class="text-style spaced">12 Check-in Zones</p>
        </div>
        <div class="item">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#79828C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check">
            <polyline points="20 6 9 17 4 12"></polyline>
          </svg>
          <p class="text-style spaced">2 Member</p>
        </div>
      </div>
      <a href="#" class="anchor">See all features</a>
      <button class="choose-plan">Choose Plan</button>
    </div>
    <div class="card card-selected">
      <p class="heading heading-selected">Pro</p>
      <p class="sub-heading sub-heading-selected">Quid ex eo ortum, tam egregios<br>
        viros censes aut alias.
      </p>
      <p class="fee fee-selected"><span class="euro fee-selected">€ </span><span class="amount fee-selected">44</span> / mo</p>
      <p class="sub-heading sub-heading-selected">Billed monthly.</p>
      <hr>
      <div class="features">
        <div class="item">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check">
            <polyline points="20 6 9 17 4 12"></polyline>
          </svg>
          <p class="text-style text-style-selected spaced">10 Events</p>
        </div>
        <div class="item">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check">
            <polyline points="20 6 9 17 4 12"></polyline>
          </svg>
          <p class="text-style text-style-selected spaced">10 Event Personas</p>
        </div>
        <div class="item">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check">
            <polyline points="20 6 9 17 4 12"></polyline>
          </svg>
          <p class="text-style text-style-selected spaced">Unlimited Check-in Zones</p>
        </div>
        <div class="item">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check">
            <polyline points="20 6 9 17 4 12"></polyline>
          </svg>
          <p class="text-style text-style-selected spaced">6 Members</p>
        </div>
      </div>
      <a href="#" class="anchor">See all features</a>
      <button class="choose-plan choose-plan-selected">Choose Plan</button>
    </div>
    <div class="card">
      <p class="heading">Team</p>
      <p class="sub-heading">Quid ex eo ortum, tam egregios<br>
        viros censes aut alias.
      </p>
      <p class="fee"><span class="euro">€ </span><span class="amount">99</span> / mo</p>
      <p class="sub-heading">Billed monthly.</p>
      <hr>
      <div class="features">
        <div class="item">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#79828C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check">
            <polyline points="20 6 9 17 4 12"></polyline>
          </svg>
          <p class="text-style spaced">Unlimited Events</p>
        </div>
        <div class="item">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#79828C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check">
            <polyline points="20 6 9 17 4 12"></polyline>
          </svg>
          <p class="text-style spaced">8 Event Personas</p>
        </div>
        <div class="item">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#79828C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check">
            <polyline points="20 6 9 17 4 12"></polyline>
          </svg>
          <p class="text-style spaced">12 Check-in Zones</p>
        </div>
        <div class="item">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#79828C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check">
            <polyline points="20 6 9 17 4 12"></polyline>
          </svg>
          <p class="text-style spaced">Unlimited Crew</p>
        </div>
      </div>
      <a href="#" class="anchor">See all features</a>
      <button class="choose-plan">Choose Plan</button>
    </div>
  </div>
</div>
              
            
!

CSS

              
                p,
h1,
h5 {
  margin: 0;
}
ul {
  list-style: none;
}
body {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #ebe0d4;
}
.page {
  font-family: "Lato", serif;
  width: 90%;
  background-color: #fef8eb;
  border-radius: 20px;
  padding: 12px 30px;
}
.headers {
  display: flex;
}
.company {
  display: flex;
  align-items: center;
}
.company-name {
  color: #105158;
  padding-left: 4px;
  font-size: 21px;
  font-weight: 900;
}
nav {
  flex: 1;
}
.nav-menu {
  display: flex;
  justify-content: center;
}
.item {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #1a1917;
}
.login-signup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
}
.sign-in {
  font-size: 17px;
  color: black;
  font-weight: 700;
}
.sign-up {
  font-size: 17px;
  background-color: #105158;
  border: none;
  padding: 10px;
  margin-left: 30px;
  color: white;
  border-radius: 10px;
}
.text {
  padding-top: 50px;
  color: #105158;
  font-size: 52px;
  font-weight: 900;
  text-align: center;
}
.sub-text {
  padding-top: 15px;
  color: #68727d;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.payment-options {
  padding-top: 15px;
  padding-bottom:22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-style {
  font-size: 10px;
  font-weight: 700;
  color: #1a1917;
}
.toggle {
  width: 40px;
  background-color: #fed656;
  border-radius: 10px;
  height: 20px;
  margin:0 10px;
}
.card-layout {
  display: flex;
 gap:10px;
  justify-content:center;
}
.card {
  width: 200px;
  padding: 10px 20px;
  box-sizing: content-box;
  background-color: white;
  border: 2px solid #eff0ee;
  border-radius: 12px;
}
.card-selected {
  background-color: #105158;
  border:none;
}
.heading {
  color: #105158;
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 10px;
}
.heading-selected {
  color: white;
}
.sub-heading {
  color: #68727d;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}
.sub-heading-selected {
  color: white;
}
.free {
  color: #105158;
  padding: 10px 0;
  font-size: 56px;
  font-weight: 900;
}
.fee {
  color: #78818b;
  padding: 10px 0;
  font-size: 16px;
}
.amount {
  color: #105158;
  font-size: 56px;
  font-weight: 900;
}
.euro {
  color: #105158;
  vertical-align: top;
  font-weight: 900;
  font-size: 30px;
}
.fee-selected{
  color:white;
}
.features {
  padding: 15px 0;
  display: flex;
  height: 100px;
  flex-direction: column;
  justify-content: space-between;
}
.item {
  width: 150px;
  display: flex;
  align-items: center;
}
.text-style-selected {
  color: white;
}
.spaced {
  padding-left: 10px;
}
.anchor {
  color: #68c5cf;
  font-size: 11px;
  font-weight: 700;
  padding: 15px 0;
  display:inline-block;
}
.choose-plan {
  width: 100%;
  background-color: #f5f6f6;
  border: none;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  color: #313133;
  font-weight: 700;
}
.choose-plan-selected {
  background-color: #fed656;
}

              
            
!

JS

              
                
              
            
!
999px

Console