.price {
text-align: right;
width: 25%
}
<–FOOTER–>
This was the one I tried adding to the code but it is not working.
.price {
text-align: right;
width: 25%
}
<–FOOTER–>
This was the one I tried adding to the code but it is not working.
Hi @ariyofreeman ,
This is not how you add a comment in CSS :
<!--this is comment in HTML-->
/* this is comment in CSS */
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.