.group:after {
display: table;
clear: both;
}
.grid-1-5 {
border: 2px solid #5d4e65;
min-height: 400px;
padding: 1.25em;
position: relative;
text-align: center;
width: 18%;
float:left;
margin:2px;
transition: all .2s ease-in-out;
}
.grid-1-5:hover {
background-color: #53455b;
*zoom: 1;
color:white;
background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRUQ6NB9MHka4s7opEuu6X2QFRJ-zn5D4xroBbPP3pL0VQuZbyU');
background-size: 100%;
border-bottom: 2px solid #ff4f69;
box-shadow: 0px 0px 10px 0px #323232;
transform: scale(1.025);
z-index: 2;
}
.grid-1-5:hover:before {
left: -2px;
}
.grid-1-5:hover:after {
right: -2px;
}
.grid-1-5:hover .button {
background-color: #ee7a36;
*zoom: 1;
}
h2, h3, p, ul {
margin: 0;
}
h2 {
font-size: 1em;
font-weight: 400;
margin: 0 0 0.5em;
}
h3 {
font-size: 18px;
letter-spacing: 0.0625em;
margin: 0 0 0.3333333333333333em;
text-align:center;
}
p {
font-size: 14px;
margin: 0 0 1.5em;
}
ul {
color: #796583;
font-size: 0.75em;
list-style-type: none;
padding: 0;
margin: 0 0 1.5em;
}
.button {
background-color: #9c83aa;
border-radius: 20px;
color: #fff;
font-size: 10px;
font-weight: 200;
padding: 0.75em 1.5em;
position: absolute;
bottom: 1.25em;
left: 50%;
margin-left: -40px;
width: 80px;
text-transform: uppercase;
}
HTML:
<div class="grid-1-5">
<h2>Premium</h2>
<h3>$500<span class="small">/m</span></h3>
<p>235,000 monthly visits</p>
<ul>
<li>Email Support</li>
<li>Phone Support</li>
<li>Unlimited Data Transfer</li>
</ul>
<a href="" class="button">Sign Up</a>
</div>
<div class="grid-1-5">
<h2>Enterprise</h2>
<p>1.2M+/ m</p>
</br> </br> </br>
<ul>
<li>Email Support</li>
<li>Phone Support</li>
<li>Dedicated Environment</li>
<li>Customized Plan</li>
</ul>
<a href="" class="button">Sign Up</a>
</div>
</div>
OUTPUT:
Enterprise
1M+ monthly visits- Email Support
- Phone Support
- Dedicated Environment
- Customized Plan
Fruxinfo Pvt. Ltd.

0 coment�rios: