-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtmp.txt
More file actions
17 lines (17 loc) · 850 Bytes
/
tmp.txt
File metadata and controls
17 lines (17 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!--Card-->
<div class="w-9/12 shadow-xl">
<!--Immagine-->
<div class="w-100 h-64 rounded-t-lg" >
<img src="https://images.pexels.com/photos/1833586/pexels-photo-1833586.jpeg" alt="img" class="h-64 object-cover object-center rounded-t-lg" style="width: 100%;">
</div>
<!--Descrizione-->
<div class="p-4">
<h2>Magazzino</h2>
<p>Descrizione</p>
<p>Valutazione: 4/5</p>
</div>
<!--Btn Visita-->
<div class="p-4">
<a href="./magazzino.php"><button class="p-2 bg-blue-600 w-24 text-white">Visita</button></a>
</div>
</div>