-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
25 lines (25 loc) · 785 Bytes
/
Copy pathmenu.html
File metadata and controls
25 lines (25 loc) · 785 Bytes
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
<div class="menu">
<a href="zoo map.html">
<img src="images/icons/map.png" alt="" class="menu_icon">
<h3>Map</h3>
</a>
<a href="animals.html">
<img src="images/icons/animal.png" alt="" class="menu_icon">
<h3>Animals</h3>
</a>
<div class="special">
<a href="#" class="">
<img src="images/icons/buy.svg" alt="" style="width: 3rem;">
<img src="images/icons/tickets.png" alt="" class="menu_icon">
</a>
<span class="tik"></span>
</div>
<a href="#">
<img src="images/icons/calendary.png" alt="" class="menu_icon">
<h3>Events</h3>
</a>
<a href="#">
<img src="images/icons/contact.png" alt="" class="menu_icon">
<h3>Contact</h3>
</a>
</div>