-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (31 loc) · 1.63 KB
/
index.html
File metadata and controls
34 lines (31 loc) · 1.63 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<div class="container">
<div id="head">
<h5>THE</h5> <br><h1>ANALOG</h1> <br><h2>SPECIALIST</h2>
</div>
<table>
<tr>
<td>Home</td>
<td>For Sale</td>
<td>Repairs</td>
<td>About</td>
<td>Contact</td>
</tr>
</table>
<div class="image-container">
<img src="https://images.unsplash.com/photo-1484704849700-f032a568e944?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Image 1">
<img src="https://images.unsplash.com/photo-1511379938547-c1f69419868d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Image 2">
<img src="https://images.unsplash.com/photo-1487180144351-b8472da7d491?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1472&q=80" alt="Image 3">
</div>
<h4>Lorem ipsum dolor sit amet consectetur adipisicing elit. Vel, sit similique! Repudiandae nostrum molestiae, sit reprehenderit dolorem quisquam consectetur consequuntur, accusantium provident pariatur sequi doloremque, ex ducimus ea deserunt soluta nulla! Aut voluptatum accusamus et explicabo ipsam, enim expedita nihil!</h4>
</div>
</body>
</html>