This commit is contained in:
qrhlhplhp 2022-11-02 08:44:30 +09:00
parent e269813bef
commit e46bc26acf
2 changed files with 9 additions and 5 deletions

View File

@ -10,11 +10,13 @@
<body> <body>
<h1>Welcome to Ultra Super Stylish Reversi, <span id="ussr">USSR!!!</span></h1> <h1>Welcome to Ultra Super Stylish Reversi, <span id="ussr">USSR!!!</span></h1>
<div style="display:flex;" id="flag"> <div style="display:flex;" id="flag">
<table id="table"></table> <div>
<table id="table"></table>
</div>
<div id="flex"> <div id="flex">
<p id="param"></p> <p id="param"></p>
<button id="pass">PASS</button> <button id="pass">PASS</button>
<button id="revo">REVOLUTION</button> <button id="revo">REVOLUTION</button>
</div> </div>
</div> </div>
</body> </body>

View File

@ -14,10 +14,12 @@ h1{
#table{ #table{
background-color:transparent; background-color:transparent;
margin-left:30vw; margin-left:30vw;
width: 70vmin;
height:70vmin;
} }
#table td{ #table td{
border: 1px solid white; border: 1px solid white;
width:10vmin; height:10vmin; /*width:10vmin; height:10vmin;*/
} }
#flex{ #flex{
padding-left:1vw; padding-left:1vw;