Compare commits
2 commits
a4395599a9
...
b95a9df510
Author | SHA1 | Date | |
---|---|---|---|
b95a9df510 | |||
3a4fc9564e |
2 changed files with 32 additions and 1 deletions
|
@ -35,6 +35,7 @@ h1 { margin: 3em 0; }
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
#starting-regen, .starting-regen {
|
#starting-regen, .starting-regen {
|
||||||
|
@ -96,3 +97,33 @@ hr {
|
||||||
footer {
|
footer {
|
||||||
background: #0066ff;
|
background: #0066ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
███████ ███ ███ █████ ██ ██
|
||||||
|
██ ████ ████ ██ ██ ██ ██
|
||||||
|
███████ ██ ████ ██ ███████ ██ ██
|
||||||
|
██ ██ ██ ██ ██ ██ ██ ██
|
||||||
|
███████ ██ ██ ██ ██ ███████ ███████
|
||||||
|
|
||||||
|
███████ ██████ ██████ ███████ ███████ ███ ██ ███████
|
||||||
|
██ ██ ██ ██ ██ ██ ████ ██ ██
|
||||||
|
███████ ██ ██████ █████ █████ ██ ██ ██ ███████
|
||||||
|
██ ██ ██ ██ ██ ██ ██ ██ ██ ██
|
||||||
|
███████ ██████ ██ ██ ███████ ███████ ██ ████ ███████
|
||||||
|
*/
|
||||||
|
|
||||||
|
@media (max-width: 723px) {
|
||||||
|
.starting-regen {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mutation-step {
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mutation-option {
|
||||||
|
margin: 0.25em 0;
|
||||||
|
padding: 0.1em 0.2em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>Built with ♥️ by <a href="https://starbeamrainbowlabs.com/"><img src="https://starbeamrainbowlabs.com/images/sbrl/SBRL-Small-64.png" class="icon" /> Starbeamrainbowlabs</a>.</p>
|
<p>Built with ♥️ by <a href="https://starbeamrainbowlabs.com/"><img src="https://starbeamrainbowlabs.com/images/sbrl/SBRL-Small-64.png" class="icon" /> Starbeamrainbowlabs</a>. Source: <a target="_blank" href="https://git.starbeamrainbowlabs.com/sbrl/mutate-a-word"><img src="https://starbeamrainbowlabs.com/images/logos/git.svg" class="icon" alt="source code on my personal git server" /></a></p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!---------------->
|
<!---------------->
|
||||||
|
|
Loading…
Reference in a new issue