Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #20 from FarhanaFKhan/master
Browse files Browse the repository at this point in the history
git/GitHub exercise
  • Loading branch information
christopherallanperry authored Mar 17, 2020
2 parents 1935f12 + 7e99c7f commit 05165ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ body {

main {
background: #eee;
padding: 1em;
}

nav,
Expand Down
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,15 @@
<div class="col">
<div class="form-group">


<label class="lead " for="formGroupExampleInput"
>First Name <span class="mandatory">*</span></label
>
<input
type="text"
class="form-control"
id="formGroupExampleInput"

placeholder="Add your first name"
/>
</div>
Expand All @@ -90,7 +92,6 @@
type="text"
class="form-control"
id="formGroupExampleInput1"

placeholder="Add your last name"
/>
</div>
Expand Down Expand Up @@ -124,7 +125,7 @@
type="password"
class="form-control"
id="exampleInputPassword1"
placeholder="Add a password"
placeholder="*******" required
/>
</div>
</div>
Expand Down Expand Up @@ -550,6 +551,7 @@
type="text"
class="form-control"
id="formGroupExampleInput3"
required
placeholder="eg. Social media, Search Engine, Word of mouth, Other"
/>
</div>
Expand All @@ -561,7 +563,7 @@ <h2>Acknowledgement:</h2>
accordance with our privacy policy.
</p>
<div class="form-group form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck1" />
<input type="checkbox" class="form-check-input" id="exampleCheck1" required />
<label class="form-check-label" for="exampleCheck1"
>Yes, I have read and accepted the terms of use and privacy policy
<span class="mandatory">*</span></label
Expand Down

0 comments on commit 05165ba

Please sign in to comment.