-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (46 loc) · 2.4 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Page Title</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel="stylesheet" type="text/css" media="screen" href="reset.css">
<link rel='stylesheet' type='text/css' media='screen' href='style.css'>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap" rel="stylesheet">
</head>
<body>
<div class="container-fluid text-center w-100 max-content p-0">
<div class="row">
<div class="col-sm-4 p-0">
<img src="https://sasha-kazakevich.github.io/aod/img/bike-3-bg.png" class="img-fluid w-100 h-100">
</div>
<div class="col-sm-4 position-relative">
<img src="bicycle_Theme-0.jpeg" class="col img-fluid mt-3 sprite1 d-none d-sm-block">
<h1 class="col text-center h-10 mt-2 ">RETRO BIKE - M.HULOT</h1><br>
<p class="col-7 w-100"> Lorem Ipsum is simply dummy text of the printing and
typesetting
industry. Lorem Ipsum has been the industry's standard dummy text ever since the
1500s, when an
unknown printer took a gallery of type and scrambled it to make a type specimen
book. It has
survived.</p>
<img src="https://sasha-kazakevich.github.io/aod/img/bike-3-img.png"
class="img-fluid w-100 position-absolute p-0 bottom-0 end-0 d-none d-sm-block">
</div>
<div class="col-sm-4 p-0">
<img src="https://sasha-kazakevich.github.io/aod/img/bike-3-bg-2.png"
class="img-fluid w-100 h-100">
</div>
</div>
</div>
</div>
</div>
</body>
</html>