1 2 3 4 5 6
<!DOCTYPE html> <div style="display: flex; flex-direction: column-reverse"> <div>test 1</div> <div>test 2</div> <div>test 3</div> </div>