]> git.cworth.org Git - zombocom-ai/blobdiff - index.html
Allow the generate button to get its own styling
[zombocom-ai] / index.html
index 2abf186d03a0a521509603b773b881a8e6d0b2ad..da27e18773ded937d7a5c36f1c50468cf1c5da7f 100644 (file)
           <label for="prompt">
             What do you imagine?
           </label>
-          <input id="prompt" autocomplete="off" required />
+          <textarea id="prompt" rows="4" width="100%" autocomplete="off" required>
+          </textarea>
         </div>
 
         <div class="form-row small left">
           <label for="code">
             Numeric code
           </label>
-          <input id="code" autocomplete="off" placeholder="(Chosen randomly)" />
+          <input id="code" type="text" size="10" autocomplete="off" placeholder="(Chosen randomly)" />
         </div>
 
         <div class="form-row small right">
@@ -58,7 +59,7 @@
         </div>
 
         <div class="form-row large">
-          <button type="submit">Make the infinite possible</button>
+          <button id="generate" type="submit">Make the infinite possible</button>
         </div>
       </form>
     </p>