did something and forgot to commit
This commit is contained in:
parent
282647f846
commit
c5dbc8e979
2 changed files with 5 additions and 2 deletions
|
@ -18,12 +18,12 @@ body {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
max-width: 40em;
|
max-width: 40em;
|
||||||
margin: 1%, 1%, 1%, 1%;
|
|
||||||
background: linear-gradient(234deg, #ffecf2, #ffd9e5);
|
background: linear-gradient(234deg, #ffecf2, #ffd9e5);
|
||||||
-webkit-animation: AnimationName 5s ease infinite;
|
-webkit-animation: AnimationName 5s ease infinite;
|
||||||
-moz-animation: AnimationName 5s ease infinite;
|
-moz-animation: AnimationName 5s ease infinite;
|
||||||
-o-animation: AnimationName 5s ease infinite;
|
-o-animation: AnimationName 5s ease infinite;
|
||||||
animation: AnimationName 5s ease infinite;
|
animation: AnimationName 5s ease infinite;
|
||||||
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
|
|
|
@ -11,6 +11,9 @@
|
||||||
<h1>everypizza.im</h1>
|
<h1>everypizza.im</h1>
|
||||||
<h2>services</h2>
|
<h2>services</h2>
|
||||||
<p>
|
<p>
|
||||||
|
<center>
|
||||||
|
notice: these might go down at any time!
|
||||||
|
</center>
|
||||||
<h5>Account needed</h5>
|
<h5>Account needed</h5>
|
||||||
<small>Please ask for an account if you want one.</small>
|
<small>Please ask for an account if you want one.</small>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -65,6 +68,6 @@
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
<footer>
|
<footer>
|
||||||
hosted with love
|
hosted and made with love 🤎
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue