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 14e0499 commit 9ba664d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 2 additions & 3 deletions BuzzQuiz.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@
<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 style="float: right"><img class="heading-image"
<div class="headline"><h3>Insurance Underwriting<span class="headerImageHolder"><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>
<!--<div id="questionContainer"></div>-->

<!--Enter Name (text)-->
<!--<button onclick="nextQuestion();">Show next question!</button><br/>-->
<input type="text" class="form-control" id="nameInput" placeholder="Please enter name"/>
<br/>

Expand Down
4 changes: 4 additions & 0 deletions css/BuzzQuiz.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@
.heading-image {
height: 50px;
width: auto;
}

.headerImageHolder {
float: right;
}

0 comments on commit 9ba664d

Please sign in to comment.