This is a front panel block:
<br />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome message</title>
<style>
#wrapper {
clear:all;
display:table;
border-collapse: separate;
border-spacing: 2em 1em;
}
#row {
display:table-row;
}
.divboxtitlebg {
background: #C4542F;
padding: 10px;
margin: -3px -1px -3px;
border: 1px solid #C4542F;
border-radius: 8px;
color:#fff;
text-align:right;
display: flex;
align-items: center;
justify-content: center;
-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.8);
-moz-box-shadow: 0px 0px 2px rgba(0,0,0,.8);
box-shadow: 0px 0px 2px rgba(0,0,0,.8);
z-index: 100;
}
#block1 {
display:table-cell;
background-color:#88f793;
width:auto;
border-radius: 8px;
padding-bottom:10px;
}
#block2 {
background-color:#f7ec79;
display:table-cell;
width:auto;
border-radius: 8px;
padding-bottom: 10px;
}
#block3 {
background-color:#f9bd6d;
display:table-cell;
width:auto;
border-radius: 8px;
padding-bottom: 10px;
}
</style>
</head>
<body id="tpbody" class="tpcontnainer">
<center>
<div id="row">
<div id="block1">
<h2 class="divboxtitlebg">Block Title One<img src="/welcome.png" alt="welcome" align="left"/></h2>
<br />
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </div>
<div id="block2">
<h2 class="divboxtitlebg">Block Title Two<img src="/users.png" alt="members" align="left"/></h2>
<br />
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </div>
<div id="block3">
<h2 class="divboxtitlebg">Block Title Three<img src="/discussion.png" alt="discuss" align="left"/></h2>
<br />
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. </div>
</div>
</div>
</center>
</body>
</html>
<br />