<div class="container">
<div class="row">
<form class="inline-form">
<div class="inline-form">
<input type="text" placeholder="Your name">
</div>
<div class="inline-form">
<input type="text" placeholder="Email address">
</div>
<div class="inline-form">
<input type="text" placeholder="Phone number">
</div>
</form>
</div>
</div>
I am looking to create a layout with three form fields, all of them having the same width and evenly spaced on a row. The HTML code provided is within a div that has a class of .col-md-6, which should occupy half of the page's width.