-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (36 loc) · 1.28 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>iPhone</title>
</head>
<body>
<main class="container">
<div class="iphone">
<div class="iphone__camera">
<div class="iphone__camera--cam-1">
<div class="camera__lens"></div>
</div>
<div class="iphone__camera--cam-2">
<div class="camera__lens"></div>
</div>
<div class="iphone__camera--flash"></div>
<div class="iphone__camera--led"></div>
</div>
<div class="iphone__image">
<img src="https://img.icons8.com/metro/208/000000/mac-os.png"/>
</div>
<div class="iphone__power-button"></div>
<div class="iphone__another-button"></div>
<div class="iphone__volume-up-button"></div>
<div class="iphone__voume-down-button"></div>
<div class="iphone__mark--1"></div>
<div class="iphone__mark--2"></div>
<div class="iphone__mark--3"></div>
<div class="iphone__mark--4"></div>
</div>
</main>
</body>
</html>