Untitled
3 years ago in Plain Text
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<title>Page Title</title>
<style>
body {
background-image: url("https://images.pexels.com/photos/159306/construction-site-build-construction-work-159306.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
margin: 20px;
}
table {
width: 100%;
}
table,
td {
border: 1px solid lightgrey;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
}
.large {
width: 70%;
}
</style>
</head>
<body>
<div class="card">
<h5 class="card-header">Piece specifications</h5>
<div class="card-body">
<h5 class="card-title">Typical Product Data</h5>
<table>
<tbody>
<tr>
<td class="large">Chemical base Elastic</td>
<td>EPDM</td>
</tr>
<tr>
<td class="large">Color</td>
<td>Black</td>
</tr>
<tr>
<td class="large">Mass per unit area</td>
<td>0.8 kg/m2</td>
</tr>
<tr>
<td class="large">Thickness</td>
<td>0.6 mm</td>
</tr>
<tr>
<td class="large">Diffusion resistance coefficient (DIN 53122-1)</td>
<td>μ 5 000</td>
</tr>
<tr>
<td class="large">Equivalent air layer thickness sd value</td>
<td>3 m</td>
</tr>
<tr>
<td class="large">Elongation at break (ISO 37)</td>
<td>350 %</td>
</tr>
<tr>
<td class="large">Application temperature</td>
<td>5 ─ 40 °C</td>
</tr>
<tr>
<td class="large">Tensile strength (ISO 37)</td>
<td>4 MPa</td>
</tr>
<tr>
<td class="large">Tear propagation resistance (CQP045-1 / ISO 34)</td>
<td>8 N/mm</td>
</tr>
<tr>
<td class="large">Ozone resistance (DIN 1431-1) 200 pphm, 40 °C, 20 % Elongation, 168 h</td>
<td>No cracks</td>
</tr>
<tr>
<td class="large">Service temperature</td>
<td>-40 ─ 90 °C</td>
</tr>
<tr>
<td class="large">Shelf life</td>
<td>18 months A</td>
</tr>
</tbody>
</table>
<a href="#" class="btn btn-primary mb-3">Go somewhere</a>
<h5>Description</h5>
<p> SikaMembran® Outdoor plus is an EPDM
sheet membrane with a low vapor diffusion
resistance (sd value 3 m) and is thus recommended on the cold side if there is an extremely high vapor pressure on the warm
side.
The SikaMembran® system is a high-performance vapor control system comprising of various EPDM sheet membranes providing vapor
control layers and waterproof barriers for curtain walls. They are suitable for most climatic
conditions in combination with the appropriate adhesive.
</p>
</div>
</div>
</body>
</html>