-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfile.html
40 lines (40 loc) · 1.75 KB
/
file.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
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<title>Picture Gallery</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="style2.css">
</head>
<body>
<h1>Car's Gallery</h1>
<div class="cars" width="" height="">
<img src="img1.jpg" width="300" height="350">
<img src="img2.jpg" width="600" height="350">
<img src="img3.jpg" width="500" height="350">
<img src="img4.jpg" width="500" height="350">
<img src="img5.jpg" width="500" height="350">
<img src="img6.jpg" width="500" height="350">
<img src="img7.jpg" width="500" height="350">
<img src="img8.jpg" width="400" height="400">
<img src="img9.jpg" width="600" height="350">
<img src="img10.jpg" width="350" height="350">
<img src="img11.jpg" width="600" height="350">
<img src="img12.jpg" width="350" height="350">
<img src="img13.jpg" width="400" height="400">
<img src="img14.jpg" width="350" height="350">
<img src="img15.jpg" width="500" height="350">
<img src="img16.jpg" width="400" height="400">
<img src="img17.jpg" width="400" height="400">
<img src="img18.jpg" width="500" height="350">
<img src="img19.jpg" width="500" height="350">
<img src="img20.jpg" width="400" height="400">
<img src="img21.jpg" width="400" height="400">
</div>
<div class="buffer col-12"></div>
<div class="content">
<a href="https://mailchi.mp/9253f399aa98/faiz"><button class="btn btn-primary btn-xl">Register</button></a>
</div>
</body>
</html>