Pricing Table Generator
SELECT A BOX TO EDIT
Heading:
Color:
Pricing:
Info:
Details:
{{heading}}

{{price}}

{{info}}
  • {{name}}
Heading:
Color:
Pricing:
Info:
Details:
{{heading}}

{{price}}

{{info}}
  • {{name}}
Heading:
Color:
Pricing:
Info:
Details:
{{heading}}

{{price}}

{{info}}
  • {{name}}
Heading:
Color:
Pricing:
Info:
Details:
{{heading}}

{{price}}

{{info}}
  • {{name}}
Click on the images to the right to Download for use

The CSS:


.inner_box{width:250px;height:auto;padding:0px;margin:10px;float:left;-webkit-box-shadow: 0 1px 1px 1px #eee;-moz-box-shadow: 0 1px 1px 1px #eee;box-shadow: 0 1px 1px 1px #eee;}	
ul{list-style:none;padding:5px;color:#222;}
ul li {color:#222;
    background-image: url("checkmark.png");
	background-size: 15px 15px;
    background-repeat: no-repeat;
    line-height: 18px;
    padding:0px 5px 10px 35px;
	}
.boxes img{width:70px;height:27px;float:right;}
.heading {width:100%;height:35px;background-color:#283B4D;font-size:20px;text-align:center;padding-top:10px;margin-top:0px;border-left:solid 1px #e0e0e0;border-right:solid 1px #e0e0e0;}
.heading span{height:100%;color:#fff;font-family: 'Oxygen', sans-serif;text-transform:uppercase;padding-top:10px;}
.pricing{width:100%;height:110px;font-size:20px;text-align:center;overflow:hidden;position:relative;border-left:solid 1px #e0e0e0;border-right:solid 1px #e0e0e0;}
.pricing1{width:100%;height:155px;font-size:20px;text-align:center;overflow:hidden;position:relative;border-left:solid 1px #e0e0e0;border-right:solid 1px #e0e0e0;}
.pricing p{color:#fff;font-family: 'Oxygen', sans-serif;text-transform:uppercase;}
.crcl{position:absolute; left:85px; top:15px;width:80px;height:80px;}
.price{margin-top:43px;color:#fff;font-family: 'Oxygen', sans-serif;}
.info1{width:100%;height:32px;text-align:center;position:absolute;bottom:0px;padding-top:8px;}
.info1 span{color:#fff;font-family: 'Oxygen', sans-serif;font-size:13px;text-align:center;padding-top:3px;margin-top:0px;text-transform:uppercase;}
.boxes{width:100%;height:auto;background-color:#fff;color:#a0a0a0;font-size:15px;padding-top:2px;border:solid 1px #e0e0e0;text-align:left;}
.boxes li{color:#222;font-family: 'Oxygen', sans-serif;}

	

Altered CSS:

The HTML: