<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
table,th,td{
border: 1px solid #333;
}
table{
border-collapse: collapse;text-align: center;margin: 50px auto;width: 60%;box-shadow: 3px 3px 3px 3px#888;background-repeat: no-repeat;background-image: url(../images/bg.jpg);
background-size: cover;
}
table caption{
font-size: 1.6em;font-weight: bolder;margin-bottom: 30px;
}
th,td{
padding: 10px;
}
td img{
border-radius: 50%;box-shadow: 2px 2px 2px;
}
th{
background-color: rgba(155,155,155,0,0.3);
}
</style>
</head>
<body>
<table>
<caption>§ </caption>
<tr>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
</body>
</html>