<div class="block">
  <form action="" class="form">
    <input type="text">
    <input type="text">
    <input type="text">
    <button>Кнопка</button>
  </form>
</div>
.block {
  display: flex;
}

.form {
  margin: 0 0 0 auto;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.