Skip to content

Instantly share code, notes, and snippets.

@tjkhara
Last active April 30, 2021 13:10
Show Gist options
  • Save tjkhara/e4c0106064de42cb943694e40d93ef36 to your computer and use it in GitHub Desktop.
Save tjkhara/e4c0106064de42cb943694e40d93ef36 to your computer and use it in GitHub Desktop.
<div class="book">
<!-- Form start -->
<div class="book__form">
<form action="#" class="form">
<!-- Centered heading secondary start -->
<div class="u-margin-bottom-medium">
<h2 class="heading-secondary">Start booking now</h2>
</div>
<!-- Centered heading secondary end -->
<div class="form__group">
<input
type="text"
class="form__input"
placeholder="Full Name"
id="name"
required
/>
<label for="name" class="form__label">Full name</label>
</div>
<div class="form__group">
<input
type="email"
class="form__input"
placeholder="Email address"
id="email"
required
/>
<label for="email" class="form__label">Email</label>
</div>
</form>
</div>
<!-- Form end -->
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment