bag.html - Changed Remove item color

This commit is contained in:
Matthew Patrick 2021-09-24 13:34:03 +07:00
parent 5a22718070
commit 696dc58a8e

View file

@ -18,15 +18,15 @@
font-family: 'Poppins', sans-serif; font-family: 'Poppins', sans-serif;
} }
.box{ .box {
width: 100px; width: 100px;
text-align: center; text-align: center;
background-color: white; background-color: white;
color: black; color: black;
} }
@media(max-width: 320px){ @media (max-width: 320px) {
.box{ .box {
width: 50px; width: 50px;
} }
} }
@ -145,7 +145,7 @@
</div> </div>
<br> <br>
<p>Rp 1.999.999,00</p> <p>Rp 1.999.999,00</p>
<a href=""><i data-feather="trash"></i> <u>REMOVE</u></a></i> <a href="" style="color:red;"><i data-feather="trash" color="red"></i> <u>Remove</u></a>
<br><br> <br><br>
</div> </div>
</div> </div>
@ -177,7 +177,7 @@
</div> </div>
<br> <br>
<p>Rp 1.999.999,00</p> <p>Rp 1.999.999,00</p>
<a href=""><i data-feather="trash"></i> <u>REMOVE</u></a></i> <a href="" style="color:red;"><i data-feather="trash" color="red"></i> <u>Remove</u></a>
<br><br> <br><br>
</div> </div>
</div> </div>
@ -209,7 +209,7 @@
</div> </div>
<br> <br>
<p>Rp 1.999.999,00</p> <p>Rp 1.999.999,00</p>
<a href=""><i data-feather="trash"></i> <u>REMOVE</u></a></i> <a href="" style="color:red;"><i data-feather="trash" color="red"></i> <u>Remove</u></a>
<br><br> <br><br>
</div> </div>
</div> </div>