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>
|
||||
<link rel="stylesheet" href="pico.min.css">
|
||||
<style>
|
||||
html body {
|
||||
html, body {
|
||||
height: 100%;
|
||||
}
|
||||
body {
|
||||
padding: 1em;
|
||||
place-content: safe center;
|
||||
display: grid;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>What's running?</h1>
|
||||
<ul>
|
||||
<li><strong>Forgejo</strong> - <a href="https://git.ayo.run/ayo">git.ayo.run</a></li>
|
||||
<li><strong>Coolify</strong> - <a href="https://host.ayo.run">host.ayo.run</a></li>
|
||||
</ul>
|
||||
<main>
|
||||
<h1>What's running?</h1>
|
||||
<ul>
|
||||
<li><strong>Forgejo</strong> - <a href="https://git.ayo.run/ayo">git.ayo.run</a></li>
|
||||
<li><strong>Coolify</strong> - <a href="https://host.ayo.run">host.ayo.run</a></li>
|
||||
</ul>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue