-
Notifications
You must be signed in to change notification settings - Fork 0
/
icons.html
45 lines (39 loc) · 1.5 KB
/
icons.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="2G9">
<style>
@media (max-width:768px) {
body {
padding-bottom: 80px;
}
}
</style>
</head>
<body>
<div class="flex fixed justify-center z-50 bottom-0 w-full items-center bg-white md:hidden">
<div class="flex flex-col items-center mx-3 text-[#CE9D9D]">
<img src="./images/mainIcon.svg" alt="Main">
<span class="text-[12px] mt-2">الرئيسية</span>
</div>
<div class="flex flex-col items-center mx-3 text-[#CE9D9D]">
<img src="./images/ads_icon.svg" alt="">
<span class="text-[12px] mt-2">الإعلانات</span>
</div>
<div class="flex flex-col items-center mx-3">
<img src="./images/menu-home.svg" alt="menu-home">
<span class="text-[#C10D10] text-[12px] font-bold">اضف اعلان</span>
</div>
<div class="flex flex-col items-center mx-3 text-[#CE9D9D]">
<img src="./images/services_Icon.svg" alt="Services">
<span class="text-[12px] mt-2">خدمات</span>
</div>
<div class="flex flex-col items-center mx-3 text-[#CE9D9D]">
<img src="./images/profile.svg" alt="profile">
<span class="text-[12px] mt-2">حسابي</span>
</div>
</div>
</body>
</html>