Your cart is currently empty
Quick Overview
Secured and trusted checkout with
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Technical Specifications</title>
<style>
body {
font-family: 'Poppins', sans-serif;
background-color: #f9fafb;
padding: 40px;
display: flex;
justify-content: center;
}
.specs-container {
background: #fff;
width: 100%;
max-width: 650px;
border-radius: 12px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
overflow: hidden;
}
.specs-header {
background-color: #111827;
color: white;
text-align: center;
padding: 16px;
font-size: 22px;
font-weight: 600;
letter-spacing: 0.5px;
}
table {
width: 100%;
border-collapse: collapse;
}
th, td {
text-align: left;
padding: 14px 18px;
border-bottom: 1px solid #e5e7eb;
font-size: 15px;
}
th {
width: 40%;
background-color: #f9fafb;
font-weight: 600;
color: #111827;
}
td {
color: #374151;
}
tr:nth-child(even) td {
background-color: #fdfdfd;
}
@media (max-width: 600px) {
th, td {
display: block;
width: 100%;
}
tr {
display: block;
margin-bottom: 12px;
border: 1px solid #e5e7eb;
border-radius: 8px;
}
th {
background: #f3f4f6;
border-bottom: 1px solid #ddd;
}
}
</style>
</head>
<body>
<div class="specs-container">
<div class="specs-header">Technical Specifications</div>
<table>
<tr>
<th>Color</th>
<td>Deep Purple, Gold, Silver, Space Black</td>
</tr>
<tr>
<th>Storage</th>
<td>128 GB, 256 GB, 512 GB, 1000 GB</td>
</tr>
<tr>
<th>SIM Card</th>
<td>Unlocked</td>
</tr>
<tr>
<th>Screen Size (inches)</th>
<td>6.1</td>
</tr>
<tr>
<th>Resolution</th>
<td>2556 x 1179</td>
</tr>
<tr>
<th>OS</th>
<td>iOS</td>
</tr>
<tr>
<th>Connector</th>
<td>Lightning</td>
</tr>
<tr>
<th>eSIM</th>
<td>Depending on model</td>
</tr>
<tr>
<th>Double SIM</th>
<td>Depending on model</td>
</tr>
<tr>
<th>Network</th>
<td>5G</td>
</tr>
<tr>
<th>Release Date</th>
<td>20-March</td>
</tr>
<tr>
<th>Camera Type</th>
<td>Triple (3x)</td>
</tr>
<tr>
<th>Memory</th>
<td>6 GB</td>
</tr>
<tr>
<th>Brand</th>
<td>Apple</td>
</tr>
</table>
</div>