moar styling :D

This commit is contained in:
Starbeamrainbowlabs 2022-02-02 01:57:28 +00:00
parent d6c7417958
commit c2114cc6ae
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 2 additions and 1 deletions

View File

@ -58,6 +58,7 @@ input[type=text]:focus {
#mutations {
padding-top: 1em;
padding-bottom: 10vh;
background: #0066ff;
flex: 1;

View File

@ -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>