<body>
<div class="container">
<div class="card">
<img class="gun" src="https://raw.githubusercontent.com/rooben-g/retro_pricing_table/main/img/gun.png" alt="">
<p class="gun-tier">Gun</p>
<p class="tier-description">When you pick the basic
tier, this is what you get:</p>
<div class="tier-details">
<div class="detail">
<span>Pages :</span>
<span>1 - 3</span>
</div>
<div class="detail">
<span>Security :</span>
<span>Basic</span>
</div>
<div class="detail">
<span>Reliability :</span>
<span>98%</span>
</div>
</div>
<button>
<span>Select</span>
</button>
</div>
<div class="card">
<img class="rifle" src="https://raw.githubusercontent.com/rooben-g/retro_pricing_table/main/img/rifle.png" alt="">
<p class="plus-tier">Plus</p>
<p class="tier-description">When you pick the basic
tier, this is what you get:</p>
<div class="tier-details">
<div class="detail">
<span>Pages :</span>
<span>5 - 9</span>
</div>
<div class="detail">
<span>Security :</span>
<span>Moderate</span>
</div>
<div class="detail">
<span>Reliability :</span>
<span>99%</span>
</div>
</div>
<button>
<span>Select</span>
</button>
</div>
<div class="card">
<img class="tank" src="https://raw.githubusercontent.com/rooben-g/retro_pricing_table/main/img/tank.png" alt="">
<p class="pro-tier">Pro +</p>
<p class="tier-description">When you pick the basic
tier, this is what you get:</p>
<div class="tier-details">
<div class="detail">
<span>Pages :</span>
<span>10 - 15</span>
</div>
<div class="detail">
<span>Security :</span>
<span>Full</span>
</div>
<div class="detail">
<span>Reliability :</span>
<span>100% + Backup</span>
</div>
</div>
<button>
<span>Select</span>
</button>
</div>
</div>
</body>
body {
font-family: 'Bahnschrift';
}
.container {
height: 474px;
width: 800px;
background: #D1D1D1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: distribute;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.container .card {
width: 210px;
height: 426px;
background: #F3F3F3;
text-align: center;
}
.container .card .gun {
margin-top: 63px;
}
.container .card .rifle {
margin-top: 52px;
}
.container .card .tank {
margin-top: 69px;
}
.container .card .gun-tier {
margin-top: 42px;
}
.container .card .plus-tier {
margin-top: 30px;
}
.container .card .tank-tier {
margin-top: 14px;
}
.container .card .tier-description {
font-size: 8px;
max-width: 88px;
margin: 0 auto;
}
.container .card .tier-details {
width: 120px;
margin: 23.5px auto;
height: 72px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.container .card .tier-details .detail {
height: 14px;
margin: 0 !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.container .card .tier-details .detail span:nth-child(2) {
text-align: left !important;
}
.container .card .tier-details .detail span {
font-size: 10px;
margin: 0;
text-align: left;
width: 49px;
text-align: right;
}
.container .card button {
padding: .6em 2.8em;
border: 2px solid #000;
font-size: 12px;
}
.container .card button:hover {
background: #000;
color: #fff;
outline-offset: -3px;
outline: 1.5px solid #fff;
}
.container {
margin: 0 auto;
}
/*# sourceMappingURL=app.css.map */
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.