table code


code
<div style="width:293px;height:Auto;border:1px solid black;border-radius:10px;float:left;margin:2px;">
  <div style="background-image: linear-gradient(#76aee8, #3a75b6, #009b9b);height:30px;color:#fff;text-align:center;border-radius:10px 10px 0px 0px; font-size:20px;margin-bottom:5px;">Latest Job</div>
  <div style="font-weight:bold;margin:3px;height: 400px;">
 <ul>

 <li style="margin-top: 5px"><a href="#" target="_blank">Hello</a></li>


 </ul>
 </div>
 <div style="background:#ddd; height:30px;border-radius:0px 0px 10px 10px;"><div style="float:right;padding-top:5px;padding-right:10px;font-weight: bold;font-size:15px;"><a href="#"><button style="color:#fff;background-image: linear-gradient(#76aee8, #3a75b6, #009b9b);">View More..</button></a></div></div>
</div>

Comments