Pricing Tables 1

Home » Components » Pricing Tables » Pricing Tables 1

Pricing Tables 1

Free

$0/month


  • Single User
  • 5GB Storage
  • Unlimited Public Projects
  • Community Access
  • Unlimited Private Projects
  • Dedicated Phone Support
  • Free Subdomain
  • Monthly Status Reports
Purchase
Plus

$9/month


  • 5 Users
  • 50GB Storage
  • Unlimited Public Projects
  • Community Access
  • Unlimited Private Projects
  • Dedicated Phone Support
  • Free Subdomain
  • Monthly Status Reports
Purchase
Pro

$49/month


  • Unlimited Users
  • 150GB Storage
  • Unlimited Public Projects
  • Community Access
  • Unlimited Private Projects
  • Dedicated Phone Support
  • Unlimited Free Subdomains
  • Monthly Status Reports
Purchase

Free

$0/month


  • Single User
  • 5GB Storage
  • Unlimited Public Projects
  • Community Access
  • Unlimited Private Projects
  • Dedicated Phone Support
  • Free Subdomain
  • Monthly Status Reports
Purchase
Plus

$9/month


  • 5 Users
  • 50GB Storage
  • Unlimited Public Projects
  • Community Access
  • Unlimited Private Projects
  • Dedicated Phone Support
  • Free Subdomain
  • Monthly Status Reports
Purchase
Pro

$49/month


  • Unlimited Users
  • 150GB Storage
  • Unlimited Public Projects
  • Community Access
  • Unlimited Private Projects
  • Dedicated Phone Support
  • Unlimited Free Subdomains
  • Monthly Status Reports
Purchase
/* ===== Pricing Tables 1 ===== */

#pricing-tables-1 .card {
	transition: all 0.2s;
}

#pricing-tables-1 .card-price small {
	font-size: 0.8rem;
}

#pricing-tables-1 ul li {
	margin-bottom: 1rem;
}

#pricing-tables-1 ul .fa-check {
	color: var(--bs-success);
}

#pricing-tables-1 ul .fa-times {
	color: var(--bs-danger);
}

#pricing-tables-1 .btn {
	opacity: 0.7;
}

#pricing-tables-1 .card:hover {
	margin-top: -.25rem;
	margin-bottom: .25rem;
}

#pricing-tables-1 .card:hover .btn {
	opacity: 1;
}