tweak title

This commit is contained in:
Starbeamrainbowlabs 2022-02-02 02:09:08 +00:00
parent dc16165a5f
commit 778f66209f
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 7 additions and 6 deletions

View File

@ -21,6 +21,13 @@ body {
color: var(--accent);
}
h1 { margin: 3em 0; }
#header {
/* Ref https://app.haikei.app/ */
background: url("./layered-waves-haikei.svg") bottom/cover;
}
#input-line {
display: flex;
justify-content: center;
@ -35,11 +42,6 @@ body {
margin-left: 0.5em;
}
#header {
/* Ref https://app.haikei.app/ */
background: url("./layered-waves-haikei.svg") bottom/cover;
}
input[type=text] {
color: var(--accent);
font-family: "Ubuntu", sans-serif;

View File

@ -9,7 +9,6 @@
<body>
<section id="header">
<h1>mutate-a-word!</h1>
<h2>Enter a starting word:</h2>
<div id="input-line">
<input type="text" id="starting-word" value="rockets" placeholder="e.g. rockets" />
<button id="starting-regen">🔄</button>