1
0
Fork 0
mirror of https://gitlab.com/nekoya/web.git synced 2025-04-25 21:48:01 +02:00
This commit is contained in:
dshrat 2021-09-14 21:11:55 +07:00
parent 49af04db17
commit e9ce8d5821
2 changed files with 15 additions and 3 deletions

View file

@ -57,7 +57,7 @@
</thead>
<tbody>
<tr>
<th scope="row" style="display: flex;"><img src="assets/sepatu.png" alt="" height="80px" width="80px">
<th scope="row" style="display: flex;"><img src="assets/sepatu.png" alt="placeholder image" class="img" height="80px" width="80px">
<div style="margin-left: 30px;">
<p>Fashione Shoes</p>
<p>Size : 8</p>
@ -68,7 +68,7 @@
<td>Rp 1.999.999,00</td>
</tr>
<tr>
<th scope="row" style="display: flex;"><img src="assets/sepatu.png" alt="" height="80px" width="80px">
<th scope="row" style="display: flex;"><img src="assets/sepatu.png" alt="placeholder image" class="img" height="80px" width="80px">
<div style="margin-left: 30px;">
<p>Fashione Shoes</p>
<p>Size : 8</p>
@ -79,7 +79,7 @@
<td>Rp 1.999.999,00</td>
</tr>
<tr>
<th scope="row" style="display: flex;"><img src="assets/sepatu.png" alt="" height="80px" width="80px">
<th scope="row" style="display: flex;"><img src="assets/sepatu.png" alt="placeholder image" class="img" height="80px" width="80px">
<div style="margin-left: 30px;">
<p>Fashione Shoes</p>
<p>Size : 8</p>

View file

@ -66,5 +66,17 @@
.body-right{
margin-left: 48px;
}
}
@media (max-width: 450px){
.full-body{
font-size: x-small ;
}
.img{
width: 40px;
height: 40px;
}
}