style: place content safe center :)
This commit is contained in:
parent
1d0093ad63
commit
e46b883966
1 changed files with 13 additions and 6 deletions
19
index.html
19
index.html
|
@ -7,18 +7,25 @@
|
||||||
<title>ayo.run: what's running?</title>
|
<title>ayo.run: what's running?</title>
|
||||||
<link rel="stylesheet" href="pico.min.css">
|
<link rel="stylesheet" href="pico.min.css">
|
||||||
<style>
|
<style>
|
||||||
html body {
|
html, body {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
body {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
place-content: safe center;
|
||||||
|
display: grid;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>What's running?</h1>
|
<main>
|
||||||
<ul>
|
<h1>What's running?</h1>
|
||||||
<li><strong>Forgejo</strong> - <a href="https://git.ayo.run/ayo">git.ayo.run</a></li>
|
<ul>
|
||||||
<li><strong>Coolify</strong> - <a href="https://host.ayo.run">host.ayo.run</a></li>
|
<li><strong>Forgejo</strong> - <a href="https://git.ayo.run/ayo">git.ayo.run</a></li>
|
||||||
</ul>
|
<li><strong>Coolify</strong> - <a href="https://host.ayo.run">host.ayo.run</a></li>
|
||||||
|
</ul>
|
||||||
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue