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