Skip to content

Instantly share code, notes, and snippets.

@BiancaNL
Last active October 30, 2017 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BiancaNL/dc011a317c042e53feed9b2f30187224 to your computer and use it in GitHub Desktop.
Save BiancaNL/dc011a317c042e53feed9b2f30187224 to your computer and use it in GitHub Desktop.
.acf-pricing-table {
display: inline-block;
background: #fff;
padding: 30px;
text-align: center;
margin: 7px; border: 1px solid #000;
}
.acf-pricing-table-price-desc {
font-weight: 900;
margin: 15px 0;
}
.acf-pricing-table-price {
font-size: 36px;
}
.acf-pricing-table-features {
margin-bottom: 30px;
}
.acf-pricing-table-features ul {
list-style: none; padding-left: 0;
}
.acf-pricing-table-button {
background: #000;
color: #fff;
padding: 12px 20px;
margin-top: 30px;
border-radius: 30px; border: none;
}
.acf-pricing-table-button:hover {
background: #000077;
text-decoration: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment