Sie sind auf Seite 1von 5

<html>

<head>

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://lgsmphones.com">

<title>Phone Stats and Comparison</title>


<style>
h1{
color:#D4D6F9;
text-align:left;
font-family: fantasy;
font-size:90px;
}
body{
background: url(https://media.giphy.com/media/xVn3ZmKrKIOLS/giphy.gif)50%;
padding: 50 300 50 300;
color:white;
text-align:center;
background-size:auto 950px
}
h2{
color:#ADD8E6;
font-size: 60;
}
.gallery-text {
float: left;
width: 48%;
font-size: 25;
font-weight: bold;
font-style: italic;
}
ul{
list-style-position: inside
}
.gallery-text p {
word-break: break-all;
}
h4{
font-size:15px;
color:red;
}
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}

td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}

tr:nth-child(even) {
background-color:gray ;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: black;
}

li {
float: right;
}

li a {
display: block;
color: #D4D6F9;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}

li a:hover {
background-color:#656CE9 ;
}

</style>
</head>
<body>
<ul style="list-style-type:none">
<li><a class="active"
href="Index.html">Home</a></li>
<li><a href="Samsung.html">Samsung</a></li>
<li><a href="Apple.html">Apple</a></li>
<li><a href="Google.html">Google</a></li>
<li><a href="LG.html">LG</a></li>
</ul>
<br>
<h1><center><strong><em>Google Phones </em></strong></center></h1>

<table>
<tr>
<th>Model</th>
<th>Network</th>
<th>Launch</th>
<th>Body</th>
<th>Display</th>
<th>Platform</th>
<th>Memory</th>
<th>Camera</th>
<th>Comms</th>
<th>Battery</th>
</tr>
<tr>
<td><b>Google Pixel 2</b><br><img src="https://cdn2.gsmarena.com/vv/bigpic/google-pixel-
2.jpg"</td>
<td>GSM / CDMA / HSPA / EVDO / LTE</td>
<td>2017, October</td>
<td>145.7 x 69.7 x 7.8 mm</td>
<td>5.0 inches, super AMOLED, 441ppi</td>
<td>Oreo (8.0.x)</td>
<td>64/128GB + 4GB RAM</td>
<td>Back: 12.2MP Front: 8MP</td>
<td>Type C port (3.1)</td>
<td>2700 mAh</td>
</tr>
<tr>
<td><b>Google Pixel 2XL</b><br><img src="https://cdn2.gsmarena.com/vv/bigpic/google-
pixel-xl2-.jpg"</td>
<td>GSM / CDMA / HSPA / EVDO / LTE</td>
<td>2017, October</td>
<td>157.9 x 76.7 x 7.9 mm</td>
<td>6.0 inches, super AMOLED, 538ppi</td>
<td>Oreo (8.0.x)</td>
<td>64/128 + 4GB RAM</td>
<td>Back: 12MP Front: 8MP</td>
<td>Type C port (3.1)</td>
<td>3000 mAh</td>
</tr>
<tr>
<td><b>Google Pixel</b><br><img src="https://cdn2.gsmarena.com/vv/bigpic/google-
pixel.jpg"</td>
<td>GSM / CDMA / HSPA / LTE</td>
<td>2016, October</td>
<td>143.8 x 69.5 x 8.5 mm</td>
<td>5.0 inches, super AMOLED, 441ppi</td>
<td>Oreo (8.0.x)</td>
<td>32/128GB + 4GB RAM</td>
<td>Back: 12.3MP Front: 8MP</td>
<td>Type C port (3.0)</td>
<td>2770 mAh</td>
</tr>
<tr>
<td><b>Google Pixel XL</b><br><img src="https://cdn2.gsmarena.com/vv/bigpic/google-
pixel-xl.jpg"</td>
<td>GSM / CDMA / HSPA / LTE</td>
<td>2016, October</td>
<td>154.7 x 75.7 x 8.5 mm</td>
<td>5.5 inches, super AMOLED, 538ppi</td>
<td>Oreo (8.0.x)</td>
<td>32/128 + 4GB RAM</td>
<td>Back: 12.3MP Front: 8MP</td>
<td>Type C port (3.0)</td>
<td>3450 mAh</td>
</tr>
</table>
<h2>Review Videos:</h2>
<div class="cen1">
<table style= "margin:0 auto">
<tr>
<th width="25">Phone Model</th>
<th width="50">Review Video</th>
<tr align="center">
<th><li>Pixel 2 & Pixel 2 XL</li></th>
<th><iframe src="https://www.cnet.com/videos/share/pixel-2-and-2-xl-better-camera-but-
no-headphone-jack/" width="820" height="400" frameBorder="0" seamless="seamless"
allowFullScreen></iframe>
</iframe></th>
</tr>
<tr>
<th><li>Pixel</li></th>
<th><iframe src="https://www.cnet.com/videos/share/google-pixel-review/" width="820"
height="400" frameBorder="0" seamless="seamless" allowFullScreen></iframe></th>
</tr>
<tr>
<th><li>Pixel XL</li></th>
<th><iframe src="https://www.cnet.com/videos/share/google-pixel-review/" width="820"
height="400" frameBorder="0" seamless="seamless" allowFullScreen></iframe></th>
</tr>
</table>
</body>

</html>

Das könnte Ihnen auch gefallen