did something and forgot to commit

This commit is contained in:
nyx 2025-01-27 21:25:19 -06:00
parent 282647f846
commit c5dbc8e979
2 changed files with 5 additions and 2 deletions

View file

@ -18,12 +18,12 @@ body {
height: 100vh;
font-size: 18px;
max-width: 40em;
margin: 1%, 1%, 1%, 1%;
background: linear-gradient(234deg, #ffecf2, #ffd9e5);
-webkit-animation: AnimationName 5s ease infinite;
-moz-animation: AnimationName 5s ease infinite;
-o-animation: AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;
margin: auto;
}
@media (prefers-color-scheme: dark) {

View file

@ -11,6 +11,9 @@
<h1>everypizza.im</h1>
<h2>services</h2>
<p>
<center>
notice: these might go down at any time!
</center>
<h5>Account needed</h5>
<small>Please ask for an account if you want one.</small>
<ul>
@ -65,6 +68,6 @@
</ul>
</p>
<footer>
hosted with love
hosted and made with love 🤎
</footer>
</body>