Remove title, flex center

master
Elnu 1 year ago
parent 6a968bfd51
commit 1fbb0ede50

@ -8,7 +8,6 @@
</head>
<body>
<div id="content">
<h1><ruby><rp>(</rp><rt></rt><rp>)<rp></ruby>ちゃん<span style="font-size: 0.75em"></span>しりとり</h1>
<div id="split">
<div>
<div id="shiritori"></div>

@ -5,10 +5,14 @@
body {
background: slategrey;
font-size: 1.75em;
display: flex;
height: 100vh;
align-items: center;
justify-content: center;
}
div#content {
width: max-content;
margin: auto;
width: 32em;
max-width: 100%;
}
div#shiritori p {
margin: 0;
@ -67,7 +71,7 @@ p#shiritori-players {
}
#split {
display: flex;
gap: 1em;
gap: 0.5em;
flex-direction: row;
}
#split > * {

Loading…
Cancel
Save