<div id=actions>
<button type=button>Back</button>
<button type=button>Cancel</button>
<button type=submit>Save</button>
</div>
#actions {
display: flex;
justify-content: flex-end;
}
#actions button:nth-child(1) {
justify-self: flex-start;
}
Asked
Active
Viewed 558 times
1