moar styling :D
This commit is contained in:
parent
d6c7417958
commit
c2114cc6ae
2 changed files with 2 additions and 1 deletions
|
@ -58,6 +58,7 @@ input[type=text]:focus {
|
|||
|
||||
#mutations {
|
||||
padding-top: 1em;
|
||||
padding-bottom: 10vh;
|
||||
|
||||
background: #0066ff;
|
||||
flex: 1;
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<h1>mutate-a-word!</h1>
|
||||
<h2>Enter a starting word</h2>
|
||||
<div id="input-line">
|
||||
<input type="text" id="starting-word" value="" placeholder="e.g. rockets" />
|
||||
<input type="text" id="starting-word" value="rockets" placeholder="e.g. rockets" />
|
||||
<button id="starting-regen">🔄</button>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue