cleaner presentation and adding a second experience

This commit is contained in:
2026-05-10 03:22:47 +09:00
parent 6a2ed1cbe4
commit 1b55e33ba3
5 changed files with 215 additions and 66 deletions

View File

@@ -1,15 +1,9 @@
html,
body {
position: relative;
width: 100%;
height: 100%;
}
body {
color: #333;
margin: 0;
padding: 8px;
padding: 0;
width: 100%;
min-height: 100%;
background: #000;
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}