File: /var/www/vhost/disk-apps/alq-cali.bikenow.co/resources/views/web_ticketing/legendZones.blade.php
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style id="compiled-css" type="text/css">
.table {
display: flex;
align-content: center;
justify-content: center;
align-items: center;
font-size: min(4.5vw, 20px);
}
.item {
float: left;
margin: 0px 20px;
}
</style>
</head>
<body>
<table class="table">
<tbody>
<tr>
<td>
<div class="item" style="background-color:#D8D8D6; width:32px; height:32px;"></div>Disponible
</td>
<td>
<div class="item" style="background-color:#6A6A6A; width:32px; height:32px;"></div>Bloqueado
</td>
<td>
<div class="item" style="background-color:#FF0000; width:32px; height:32px;"></div>Sin aforo
</td>
</tr>
</tbody>
</table>
</body>
</html>