-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsearch.html
29 lines (25 loc) · 840 Bytes
/
search.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
<!DOCTYPE html>
<html>
<head>
<title>Search</title>
<link href="search.css" rel="stylesheet" type="text/css">
<meta charset="UTF-8">
</head>
<body>
<div class="blueBg">
<p class="autonoma">Autonoma</p>
<img src="images/mobile.png" class="img">
<img src="images/mobile.png" class="img" id="second">
</div>
<div class="whiteBg">
<p class="seacrh">Search</p>
</div>
<div class="mek">
<p class="car">Pieejamais automobils:</p>
<input type="search" class="serbox">
<input type="button" value="Meklēt" class="btn">
<img src="images/loupe.png" class="loupe">
</div>
<img src="images/jeep.png" class="logo">
</body>
</html>