Skip to content

Commit

Permalink
fixed up html to get rid of inline styling and alsoremoved commented …
Browse files Browse the repository at this point in the history
…out code
  • Loading branch information
HaymanLiron committed Jun 28, 2016
1 parent 3bb0f0e commit 2e4dfde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions BuzzQuiz.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
<body>
<div class="col-lg-3 col-md-2 col-sm-1"></div>
<div class="col-lg-6 col-md-8 col-sm-10 tag-box tag-box-v3 form-page">
<div class="headline"><h3>Insurance Underwriting<span class="headerImageHolder"><img class="heading-image"
<div class="headline"><h3>Insurance Underwriting<span class="header-image-holder"><img class="heading-image"
src="https://upload.wikimedia.org/wikipedia/commons/0/08/Blue_Insurance_Logo.jpg"
alt="Insurance Logo"></span></h3>
</div>

<h4 id="question1">Question 1 - Enter Name</h4><br>

<!--Enter Name (text)-->
<input type="text" class="form-control" id="nameInput" placeholder="Please enter name"/>
<br/>
Expand Down
2 changes: 1 addition & 1 deletion css/BuzzQuiz.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
width: auto;
}

.headerImageHolder {
.header-image-holder {
float: right;
}

0 comments on commit 2e4dfde

Please sign in to comment.