Last active
April 30, 2021 13:10
-
-
Save tjkhara/e4c0106064de42cb943694e40d93ef36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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