<div class="flip"><span class="1">Read more</span></div>
<div class="panel">一化科技e-work一化科技e-work一化科技e-work一化科技e-work</div>
.flip{margin:0px;padding:5px;text-align:center;background:#E09697;cursor:pointer;font-family:'Arial';}
.panel{margin:0px;padding:5px;text-align:center;background:#e5eecc;border:solid 1px #c3c3c3;display:none;font-family:'Arial';}
$(function(){
$(".flip").click(function(){
$(".panel").slideToggle("slow");
$(".xs1").toggle();
$(".xs2").toggle();
});});
This Pen doesn't use any external CSS resources.