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;
}
.box{
.box {
width: 100px;
text-align: center;
background-color: white;
color: black;
}
@media(max-width: 320px){
.box{
@media (max-width: 320px) {
.box {
width: 50px;
}
}
@ -145,7 +145,7 @@
</div>
<br>
<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>
</div>
</div>
@ -177,7 +177,7 @@
</div>
<br>
<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>
</div>
</div>
@ -209,7 +209,7 @@
</div>
<br>
<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>
</div>
</div>