Skip to content

Commit

Permalink
easy solution
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfanisawesome committed Feb 26, 2019
1 parent 01aa5a5 commit 19afc1b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,17 @@
alt ="www.google.com">
</div>
<div class="inner">
<center>
<form>
<input class="search-bar" type="text" name="search value">
</form>
</center>
</div>
<div class="inner">
<input type="submit" value="Google search" name="keyword">
<input type="submit" value="I'm feeling lucky" name="lucky">
<center>
<input class="search" type="submit" value="Google search" name="keyword">
<input class="search" type="submit" value="I'm feeling lucky" name="lucky">
</center>
</div>

<div class="bottom">
Expand Down

0 comments on commit 19afc1b

Please sign in to comment.