-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmobile.html
80 lines (72 loc) · 3.66 KB
/
mobile.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mobile</title>
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar navbar-light bg-light">
<div class="container-fluid">
<form class="d-flex">
<a class="navbar-brand" href="https://olx.com.pk">
<img src="imges/logo.png" alt="OLX LOGO" class="d-inline-block align-text-top"></a>
<input class="form-control me-2" type="search" placeholder="Pakistan" aria-label="Search"
style="width: 250px; height: 48px;">
<input class="form-control me-2" type="search" placeholder="Find Cars,Mobile Phones and more..."
aria-label="Search" style="width: 750px; height: 48px;">
<button class="btn btn-outline-success" type="submit"
style="margin-left: 5px; border: none !important; font-weight: bolder;">Login</button>
<button class="btn btn-outline-success" type="submit"
style="margin-left: 15px; border-radius: 35px; width: 110px; font-weight: bolder;">+Sell</button>
</form>
</div>
</nav>
<div class="links">
<a class="link" href="#">Mobile Phones</a>
<a class="link" href="#">Cars</a>
<a class="link" href="#">MotorCycles</a>
<a class="link" href="#">Houses</a>
<a class="link" href="#">TV-Video</a>
<a class="link" href="#">Tablets</a>
<a class="link" href="#">Land & Plots</a>
</div>
<div class="card" style="width: 18rem;">
<img id="cart_img" src="imges/car1.jpg" class="card-img-top" alt="Your browser doent support this image !">
<div class="card-body">
<p id="cart_text" class="card-text">Some quick example text to build on the card title and make up the bulk
of the card's
content.</p>
</div>
</div>
<div class="card" style="width: 18rem;">
<img src="imges/car2.jpg" class="card-img-top" alt="Your browser doent support this image !">
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's
content.</p>
</div>
</div>
<div class="card" style="width: 18rem;">
<img src="imges/car3.jpg" class="card-img-top" alt="Your browser doent support this image !">
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's
content.</p>
</div>
</div>
<div class="card" style="width: 18rem;">
<img src="imges/1.jpeg" class="card-img-top" alt="Your browser doent support this image !">
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's
content.</p>
</div>
</div>
<script src="script.js"></script>
</body>
</html>