tweak title
This commit is contained in:
parent
dc16165a5f
commit
778f66209f
2 changed files with 7 additions and 6 deletions
|
@ -21,6 +21,13 @@ body {
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 { margin: 3em 0; }
|
||||||
|
|
||||||
|
#header {
|
||||||
|
/* Ref https://app.haikei.app/ */
|
||||||
|
background: url("./layered-waves-haikei.svg") bottom/cover;
|
||||||
|
}
|
||||||
|
|
||||||
#input-line {
|
#input-line {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -35,11 +42,6 @@ body {
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header {
|
|
||||||
/* Ref https://app.haikei.app/ */
|
|
||||||
background: url("./layered-waves-haikei.svg") bottom/cover;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=text] {
|
input[type=text] {
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
font-family: "Ubuntu", sans-serif;
|
font-family: "Ubuntu", sans-serif;
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
<body>
|
<body>
|
||||||
<section id="header">
|
<section id="header">
|
||||||
<h1>mutate-a-word!</h1>
|
<h1>mutate-a-word!</h1>
|
||||||
<h2>Enter a starting word:</h2>
|
|
||||||
<div id="input-line">
|
<div id="input-line">
|
||||||
<input type="text" id="starting-word" value="rockets" placeholder="e.g. rockets" />
|
<input type="text" id="starting-word" value="rockets" placeholder="e.g. rockets" />
|
||||||
<button id="starting-regen">🔄</button>
|
<button id="starting-regen">🔄</button>
|
||||||
|
|
Loading…
Reference in a new issue