how to right align a text button code example
Example 1: how to right align a text button
.flex-box {
display:flex;
justify-content:space-between; //button with flex box
outline: 2px dashed blue;
}
.flex-box-2 {
display:flex;
justify-content: flex-end;
outline: 2px deeppink dashed;
}
Example 2: how to right align a text button
Button with Text
Once upon a time in a ...
Only Button
//button with flex box
Multiple Buttons