<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8″>
<meta name=”description” content=”Mobile Specifications Table”>
<title>Mobile Specifications | Premium Smartphone</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: ‘Segoe UI’, system-ui, -apple-system, sans-serif;
}
body {
background: linear-gradient(135deg, #1a2a6c, #b21f1f, #1a2a6c);
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
}
.container {
max-width: 1200px;
width: 100%;
padding: 20px;
}
.header {
text-align: center;
margin-bottom: 40px;
color: #fff;
text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.header h1 {
font-size: 3.2rem;
margin-bottom: 10px;
font-weight: 700;
letter-spacing: 1px;
}
.header p {
font-size: 1.2rem;
opacity: 0.9;
max-width: 600px;
margin: 0 auto;
}
.specs-card {
background: rgba(255, 255, 255, 0.95);
border-radius: 20px;
overflow: hidden;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
transition: transform 0.4s ease;
}
.specs-card:hover {
transform: translateY(-10px);
}
.phone-header {
background: linear-gradient(135deg, #4b6cb7, #182848);
color: white;
padding: 30px;
text-align: center;
border-bottom: 4px solid #ffcc00;
}
.phone-header h2 {
font-size: 2.8rem;
margin-bottom: 10px;
font-weight: 700;
}
.phone-header .tagline {
font-size: 1.4rem;
opacity: 0.9;
}
.phone-image {
text-align: center;
padding: 30px;
background: #f8f9ff;
border-bottom: 1px solid #eaeaea;
}
.phone-image img {
max-width: 300px;
height: auto;
filter: drop-shadow(0 10px 20px rgba(0,0,0,0.2));
}
.specs-table {
width: 100%;
border-collapse: collapse;
}
.specs-table th {
background: linear-gradient(to right, #4b6cb7, #182848);
color: white;
text-align: left;
padding: 18px 25px;
font-size: 1.2rem;
font-weight: 600;
border-right: 1px solid rgba(255,255,255,0.1);
}
.specs-table th:last-child {
border-right: none;
}
.specs-table td {
padding: 16px 25px;
border-bottom: 1px solid #f0f0f0;
color: #333;
font-size: 1.05rem;
}
.specs-table tr:nth-child(even) {
background-color: #f8f9ff;
}
.specs-table tr:last-child td {
border-bottom: none;
}
.spec-category {
font-weight: 700;
color: #182848;
width: 30%;
}
.spec-value {
font-weight: 500;
}
.highlight {
color: #d32f2f;
font-weight: 700;
}
.footer {
background: #f5f7ff;
padding: 25px;
text-align: center;
border-top: 1px solid #eaeaea;
}
.footer p {
color: #4b6cb7;
font-size: 1.1rem;
font-weight: 500;
}
.badge {
display: inline-block;
background: #ffcc00;
color: #182848;
padding: 5px 15px;
border-radius: 20px;
font-weight: 700;
margin: 0 5px;
font-size: 0.9rem;
}
@media (max-width: 768px) {
.header h1 {
font-size: 2.5rem;
}
.phone-header h2 {
font-size: 2.2rem;
}
.specs-table th,
.specs-table td {
padding: 12px 15px;
font-size: 1rem;
}
.phone-image img {
max-width: 220px;
}
}
</style>
</head>
<body>
<div class=”container”>
<div class=”header”>
<h1>Premium Smartphone Specifications</h1>
<p>Discover the cutting-edge technology packed into our flagship device</p>
</div>
<div class=”specs-card”>
<div class=”phone-header”>
<h2>Galaxy Pro X1</h2>
<p class=”tagline”>The future of mobile innovation</p>
</div>
<div class=”phone-image”>
<img src=”data:image/svg+xml;charset=utf-8,%3Csvg xmlns=’http://www.w3.org/2000/svg’ width=’300′ height=’600′ viewBox=’0 0 300 600’%3E%3Crect width=’300′ height=’600′ fill=’%232c3e50′ rx=’40’ ry=’40’/%3E%3Crect x=’20’ y=’20’ width=’260′ height=’560′ fill=’%23000′ rx=’30’ ry=’30’/%3E%3Ccircle cx=’150′ cy=’540′ r=’30’ fill=’%23333’/%3E%3Crect x=’120′ y=’40’ width=’60’ height=’10’ rx=’5′ ry=’5′ fill=’%23555’/%3E%3C/svg%3E” alt=”Galaxy Pro X1 Smartphone”>
</div>
<table class=”specs-table”>
<tr>
<th colspan=”2″>Technical Specifications</th>
</tr>
<tr>
<td class=”spec-category”>Display</td>
<td class=”spec-value”>6.8-inch Dynamic AMOLED 2X (3200×1440), 120Hz adaptive refresh rate</td>
</tr>
<tr>
<td class=”spec-category”>Processor</td>
<td class=”spec-value”>Octa-core Snapdragon 8 Gen 3 (4nm) <span class=”badge”>Flagship</span></td>
</tr>
<tr>
<td class=”spec-category”>Memory</td>
<td class=”spec-value”>12GB LPDDR5X RAM + 256GB/512GB/1TB UFS 4.0 storage</td>
</tr>
<tr>
<td class=”spec-category”>Camera System</td>
<td class=”spec-value”>
<div><span class=”highlight”>Main:</span> 200MP with OIS, f/1.7</div>
<div><span class=”highlight”>Ultra-wide:</span> 12MP, f/2.2</div>
<div><span class=”highlight”>Telephoto:</span> 10MP 3x optical zoom, 10MP 10x periscope zoom</div>
<div><span class=”highlight”>Front:</span> 40MP under-display camera</div>
</td>
</tr>
<tr>
<td class=”spec-category”>Battery</td>
<td class=”spec-value”>5000mAh with 65W fast charging, 25W wireless charging</td>
</tr>
<tr>
<td class=”spec-category”>Operating System</td>
<td class=”spec-value”>Android 14 with One UI 6.0</td>
</tr>
<tr>
<td class=”spec-category”>Connectivity</td>
<td class=”spec-value”>5G, Wi-Fi 7, Bluetooth 5.3, NFC, UWB</td>
</tr>
<tr>
<td class=”spec-category”>Durability</td>
<td class=”spec-value”>IP68 dust/water resistant, Gorilla Glass Victus 2</td>
</tr>
<tr>
<td class=”spec-category”>Special Features</td>
<td class=”spec-value”>Under-display fingerprint scanner, Stereo speakers tuned by AKG, S-Pen support, DeX mode</td>
</tr>
<tr>
<td class=”spec-category”>Dimensions & Weight</td>
<td class=”spec-value”>163.4 × 78.1 × 8.9 mm, 228g</td>
</tr>
<tr>
<td class=”spec-category”>Colors</td>
<td class=”spec-value”>Cosmic Black, Moonlight Silver, Aurora Green, Sunset Gold</td>
</tr>
</table>
<div class=”footer”>
<p>All specifications are subject to change without notice</p>
</div>
</div>
</div>
</body>
</html>
Reviews
There are no reviews yet.