mirror of
https://gitlab.com/nekoya/web.git
synced 2025-04-25 21:48:01 +02:00
git
This commit is contained in:
parent
49af04db17
commit
e9ce8d5821
2 changed files with 15 additions and 3 deletions
6
bag.html
6
bag.html
|
@ -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>
|
||||
|
|
12
stylebag.css
12
stylebag.css
|
@ -66,5 +66,17 @@
|
|||
.body-right{
|
||||
margin-left: 48px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 450px){
|
||||
.full-body{
|
||||
font-size: x-small ;
|
||||
}
|
||||
.img{
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue