Taimen Menza Embroidery Sweatshirt – Dk. Green
<html>
<head>
<title>
Tabelle delle taglie
</title>
<style>
body {
font-family: 'Work sans', Arial, sans-serif;
}
h1 {
margin-top: 50px; /* Margin before the heading */
margin-bottom: 30px; /* Margin after the heading */
margin-left: 100px;
}
table {
border-collapse: collapse; /* Allows border to collapse between cells */
border: 2px solid black; /* Thick border around the table */
width: 100%; /* Optionally: table occupies the full width of the available space */
}
table th {
background-color: #000000; /* Background color */
color: white; /* Text color */
padding: 10px; /* Padding */
}
table th, table td {
border: 1px solid black; /* 1px thick border between cells */
text-align: center; /* Center the content of the cells */
padding: 8px; /* Optionally: padding inside the cells */
}
table tbody tr:nth-child(odd) {
background-color: #ffffff; /* Light yellow for odd rows */
}
table tbody tr:nth-child(even) {
background-color: #eeeeee; /* Light green for even rows */
}
</style>
</head>
<body>
<h1>
Felpe
</h1>
<p>
<table>
<thead>
<tr >
<th ><strong>Taglia</strong></th>
<th ><strong>Circonferenza torace</strong></th>
<th ><strong>Circonferenza alla base della felpa</strong></th>
<th ><strong>Lunghezza posteriore della felpa</strong></th>
<th ><strong>Lunghezza manica</strong></th>
</tr>
</thead>
<tbody>
<tr >
<td>XS</td>
<td>88</td>
<td>84</td>
<td>65</td>
<td>72</td>
</tr>
<tr >
<td>S</td>
<td>96</td>
<td>92</td>
<td>67.5</td>
<td>74</td>
</tr>
<tr >
<td>M</td>
<td>104</td>
<td>100</td>
<td>70</td>
<td>76</td>
</tr>
<tr >
<td>L</td>
<td>112</td>
<td>108</td>
<td>72.5</td>
<td>78</td>
</tr>
<tr >
<td>XL</td>
<td>120</td>
<td>116</td>
<td>75</td>
<td>80</td>
</tr>
<tr >
<td>2XL</td>
<td>128</td>
<td>124</td>
<td>77.5</td>
<td>82</td>
</tr>
<tr >
<td>3XL</td>
<td>136</td>
<td>132</td>
<td>80</td>
<td>84</td>
</tr>
</tbody>
</table>
</p>
</body>
</html>
<html>
<head>
<title>
Tabelle delle taglie
</title>
<style>
body {
font-family: 'Work sans', Arial, sans-serif;
}
h1 {
margin-top: 50px; /* Margin before the heading */
margin-bottom: 30px; /* Margin after the heading */
margin-left: 100px;
}
table {
border-collapse: collapse; /* Allows border to collapse between cells */
border: 2px solid black; /* Thick border around the table */
width: 100%; /* Optionally: table occupies the full width of the available space */
}
table th {
background-color: #000000; /* Background color */
color: white; /* Text color */
padding: 10px; /* Padding */
}
table th, table td {
border: 1px solid black; /* 1px thick border between cells */
text-align: center; /* Center the content of the cells */
padding: 8px; /* Optionally: padding inside the cells */
}
table tbody tr:nth-child(odd) {
background-color: #ffffff; /* Light yellow for odd rows */
}
table tbody tr:nth-child(even) {
background-color: #eeeeee; /* Light green for even rows */
}
</style>
</head>
<body>
<h1>
Felpe
</h1>
<p>
<table>
<thead>
<tr >
<th ><strong>Taglia</strong></th>
<th ><strong>Circonferenza torace</strong></th>
<th ><strong>Circonferenza alla base della felpa</strong></th>
<th ><strong>Lunghezza posteriore della felpa</strong></th>
<th ><strong>Lunghezza manica</strong></th>
</tr>
</thead>
<tbody>
<tr >
<td>XS</td>
<td>88</td>
<td>84</td>
<td>65</td>
<td>72</td>
</tr>
<tr >
<td>S</td>
<td>96</td>
<td>92</td>
<td>67.5</td>
<td>74</td>
</tr>
<tr >
<td>M</td>
<td>104</td>
<td>100</td>
<td>70</td>
<td>76</td>
</tr>
<tr >
<td>L</td>
<td>112</td>
<td>108</td>
<td>72.5</td>
<td>78</td>
</tr>
<tr >
<td>XL</td>
<td>120</td>
<td>116</td>
<td>75</td>
<td>80</td>
</tr>
<tr >
<td>2XL</td>
<td>128</td>
<td>124</td>
<td>77.5</td>
<td>82</td>
</tr>
<tr >
<td>3XL</td>
<td>136</td>
<td>132</td>
<td>80</td>
<td>84</td>
</tr>
</tbody>
</table>
</p>
</body>
</html>