@flosrn wrote:
Hello, i want to align my 3 buttons in my alert, how can I do ?
I try this but it dont’ work :
.alertInput { text-align:center; button.alert-button:nth-child(1) { float:left; width: 100px; } button.alert-button:nth-child(2) { display: inline-block; width: 100px; } button.alert-button:nth-child(3) { float:right; width: 100px; } }
Posts: 1
Participants: 1
