better ui
This commit is contained in:
parent
9c7f39c937
commit
e6d1827bdc
@ -25,13 +25,15 @@
|
||||
</div>
|
||||
</nav>
|
||||
<main class="container">
|
||||
|
||||
<h2>Enter letter who you want the anagram to be found:</h2>
|
||||
<div class="input-field col s5">
|
||||
<input id="letters" type="text">
|
||||
<label for="letters">Letters</label>
|
||||
<div>
|
||||
<h3>Enter letters, you want the anagram to be found:</h3>
|
||||
<div class="input-field col s5">
|
||||
<input id="letters" type="text">
|
||||
<label for="letters">Letters</label>
|
||||
</div>
|
||||
<button class="btn waves-effect waves-light col s2" id="search">Search</button>
|
||||
</div>
|
||||
<button class="btn waves-effect waves-light col s2" id="search">Search</button>
|
||||
<div class="divider"></div>
|
||||
<div>
|
||||
<h3>Result:</h3>
|
||||
<ul class="collection col s8" id="resultList">
|
||||
|
Loading…
x
Reference in New Issue
Block a user