-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (26 loc) · 1.05 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
<!DOCTYPE html>
<html dir="rtl" lang="ar">
<head>
<meta charset="utf-8">
<title>Google</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<nav>
<ul class="navbar">
<li style="margin-top: 13px;"><a href="#" class='head-taps'>Gmail</a></li>
<li style="margin-top: 12px;"><a href="#" class='head-taps'>صور</a></li>
<li style="margin-top: 9px;" ><a href="#"><img src="img/gb_Xe.svg" alt="" style="width: 27px;"></a></li>
<li class="user-logo" style="margin-top: 9px;"><a href="#"><img src="https://lh3.googleusercontent.com/ogw/ADGmqu8nJiJm4lexQ408dDI-qkjVhAaGaG8Gnd0veC6e=s32-c-mo" alt="logo" class="shape"></a></li>
</ul>
</nav>
<section class="container">
<div class="google-word">
<img class="goole_img" src="img/google_logo.svg" alt="">
<img class="search" src="img/search.png">
<input type="text" class="input" placeholder="البحث في Google او كتابة عنوان URL">
<img class="microphone" src="img/microphone.svg" alt="">
</div>
</section>
</body>
</html>