Blurbs 3
Blurbs 3
Daily Components
Our goal is to consistently upload 1 or 2 components daily. So our customers will always have new components to play with.
Minimal CSS
Our components have minimal to no CSS. Our goal is to make each component fully utilize Bootstrap's framework.
WordPress Theme
For WordPress developers, we've released a free theme that fully integrates with Component Blox.
Lifetime License
Buy once. Own forever! No recurring fees. With daily components added daily, you get the most value for your money.
Daily Components
Our goal is to consistently upload 1 or 2 components daily. So our customers will always have new components to play with.
Minimal CSS
Our components have minimal to no CSS. Our goal is to make each component fully utilize Bootstrap's framework.
WordPress Theme
For WordPress developers, we've released a free theme that fully integrates with Component Blox.
Lifetime License
Buy once. Own forever! No recurring fees. With daily components added daily, you get the most value for your money.
/* ===== Blurbs 3 ===== */
#blurbs-3 .icon-container {
width: 60px;
height: 60px;
border-radius: 50%;
}
#blurbs-3 .icon-container i {
width: 60px;
height: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media(max-width: 992px) {
#blurbs-3 .card {
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto
}
}