<body>
  <div class="container">

    <div class="product">
      <h2> Green Saver 12</h2>

      <img src="https://www.4changeenergy.com/~/media/Images/green-saver-plan-small.png" class="left_image">

      <section>
        No hidden fees or extra charges. Quoted 1,000/kWh average price includes all current TDU pass thru charges, without mark-up. Plan features also include EZ Pay and electronic communications (e-docs). <br></br><br></br><br></br><br>
        <center><a href="https://www.4changeenergy.com/viewpdf.aspx/?Docs/efl_chasvb24daa_o.pdf">EFL</a>&nbsp;&nbsp;&nbsp; <a href="https://www.4changeenergy.com/Docs/TOSA_4ChangeEnergy.pdf">Terms</a>&nbsp;&nbsp;&nbsp;<a href="https://www.4changeenergy.com/Docs/YRAC_4ChangeEnergy.pdf">Your Rights</a></center>
      </section>
      <h1>7.9¢</h1>
      <h3>✔ &nbsp;12 Month Fixed Price
Price<br> ✔ &nbsp;Includes all Recurring TDU Charges<br>
✔ &nbsp;Low Cancel Fee ($20/month remaining)</h3>

      <div class="cart_green">
        <center>100% Texas Wind</center>
      </div>
     
    </div>
 <div class="btn_image" ;> </div>
  </div>
  <div class="container">

    <div class="product">
      <h2>Charitable Saver 12</h2>
      <section>
        No hidden fees or extra charges. Quoted 1,000/kWh average price includes all current TDU pass thru charges, without mark-up. Plan features also include EZ Pay and electronic communications (e-docs). <br></br><br></br><br></br><br>
        <center><a href="https://www.4changeenergy.com/viewpdf.aspx/?Docs/efl_chasvb24daa_o.pdf">EFL</a>&nbsp;&nbsp;&nbsp; <a href="https://www.4changeenergy.com/Docs/TOSA_4ChangeEnergy.pdf">Terms</a>&nbsp;&nbsp;&nbsp;<a href="https://www.4changeenergy.com/Docs/YRAC_4ChangeEnergy.pdf">Your Rights</a></center>
      </section>
      <h1>7.5¢</h1>
      <h3>✔ &nbsp;12 Month Fixed Price
Price<br> ✔ &nbsp;Includes all Recurring TDU Charges<br>
✔ &nbsp;Low Cancel Fee ($20/month remaining)</h3>
      <br></br>
      


    </div>
<div class="btn_image" ;> </div>
  </div>
  <div class="container">

    <div class="product">
      <h2>Charitable Saver 24</h2>


      <section>
        No hidden fees or extra charges. Quoted 1,000/kWh average price includes all current TDU pass thru charges, without mark-up. Plan features also include EZ Pay and electronic communications (e-docs). <br></br><br></br><br></br><br>
        <center><a href="https://www.4changeenergy.com/viewpdf.aspx/?Docs/efl_chasvb24daa_o.pdf">EFL</a>&nbsp;&nbsp;&nbsp; <a href="https://www.4changeenergy.com/Docs/TOSA_4ChangeEnergy.pdf">Terms</a>&nbsp;&nbsp;&nbsp;<a href="https://www.4changeenergy.com/Docs/YRAC_4ChangeEnergy.pdf">Your Rights</a></center>
      </section>
      <h1>7.9¢</h1>
      <h3>✔ &nbsp;24 Month Fixed Price
Price<br> ✔ &nbsp;Includes all Recurring TDU Charges<br>
✔ &nbsp;Low Cancel Fee ($20/month remaining)</h3>

      <div class="cart_promo">
        <center>Most Popular!</center>
      </div>
      
    </div>
<div class="btn_image" ;> </div>
  </div>

  </div>

</body>
* {
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  max-width: 100%;
}

body {
  max-width: 960px;
  margin: 0 auto;
  background: #fffff;
  font-family: sans-serif;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container {
  width: 290px;
  border-radius: 5px;
  background: #ffff;
  height: 400px;
  position: relative;
  margin: 100px auto;
  -webkit-transition-duration: .5s;

  border-style: solid;
    border-width: 5px 1px 1px 1px;
    border-color: #8DC63F;
}

.container:hover {
  -webkit-box-shadow: 8px 8px 50px;
  -webkit-transition-duration: .5s;
}

.cards {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  padding: 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

section {
  position: absolute;
  text-align: justify;
  line-height: 14px;
  height: 100px;
  color: #787878;
  font-size: 11px;
  top: 220px;
  opacity: .6;
  padding: 0px;
  border: 0px solid grey;
  -webkit-transition-duration: .2s;
}

.container:hover section {
  opacity: 1;
  color: #787878;
  -webkit-transition-duration: .5s;
}

img {
  margin: 0 auto;
  position: absolute;
  top: 50px;
  -webkit-transition-duration: .5s;
  -webkit-transform: scale(1);
  left: 75%;
  opacity: .8;
}

.featured_image {
  margin: 0 auto;
  position: absolute;
  top: -25px;
  -webkit-transition-duration: .5s;
  -webkit-transform: scale(.8);
  left: 0%;
  opacity: .5;
}

.left_image {
  margin: 0 auto;
  position: absolute;
  top: -25px;
  -webkit-transition-duration: .5s;
  -webkit-transform: scale(.01);
  left: 0%;
  opacity: .5;
}

.blue {
  color: #ffffff;
  background-color: #009cde;
  background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%);
}

.container:hover img {
  margin: 0px auto;
  -webkit-transform: scale(2);
  opacity: 1;
  -webkit-transition-duration: 1s;
}

h3 {
  opacity: 1;
  color: #0093D0;
  padding-top: 12px;
  font-style: normal;
  font-size: 11px;
  text-align: left;
  line-height: 20px;
  position: relative;
  padding-bottom: 1px;
}

h2 {
  opacity: 1;
  color: rgb(71, 149, 209);
  padding-top: 20px;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid grey;
}

p {
  opacity: 5;
  margin-left: 25px;
  text-align: center;
  position: relative;
  top: 25%;
  font-size: 10px;
  float: center;
  color: rgb(71, 10, 209);
  -webkit-transition-duration: .3s;
}

h1 {
  opacity: 1;
  color: #F37722;
  padding-top: 10px;
  font-style: normal;
  font-size: 50px;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
}

.container:hover p {
  top: 10%;
  -webkit-transition-duration: 1s;
}

.cart {
  float: center;
  top: 55%;
  position: relative;
  padding: 15px;
  border-radius: 5px;
  font-size: 25px;
  color: white;
  background-color: #F6922A;
  -webkit-transition-duration: .3s;
  cursor: pointer;
}

.container:hover .cart {
  top: 22%;
  -webkit-transition-duration: 1s;
}

.cart:hover {
  background-color: #0093D0;
  -webkit-transition-duration: .3s;
}

.cart:active {
  background-color: #2A3980;
  -webkit-transition-duration: .3s;
}

.twitter {
  color: white;
  text-align: center;
  padding-bottom: 10px;
  text-decoration: none;
}

.cart_green {
  min-width: 280px;
  top: -55%;
  left: -12.5%;
  position: relative;
  padding: 5px;
  border-radius: 2px;
  font-size: 18px;
  color: white;
  background-color: #8DC63F;
}

.cart_promo {
  min-width: 280px;
  top: -55%;
  left: -12.5%;
  position: relative;
  padding: 5px;
  border-radius: 2px;
  font-size: 18px;
  color: white;
  background-color: #0093D0;
}

a {
  color: #0093d0;
}

a:hover {
  color: #2A3980;
}

.btn_image {
  background-image: url('https://www.4changeenergy.com/~/media/Images/btn_select_cards.png');
  background-repeat: no-repeat;
  width: 230px;
  height: 55px;
  float: center;
  top: -25%;
  position: relative;
  padding: 0px;
  left: 11%;
}

.btn_image:hover {
  background-position: 0 -55px;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.