jeudi 22 mars 2018

CSS: How to align text according to button above?

enter image description here

How to align item's price above the button in this case?

.price-label{
    text-align: center;
    justify-content: space-between;
    position: relative;

}

.add-to-cart-btn{
    position:absolute;
    margin-left:-100px;
    left:50%;
    width:200px;
    bottom:10px;
}




Aucun commentaire:

Enregistrer un commentaire