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>
<h1>Welcome to Ultra Super Stylish Reversi, <span id="ussr">USSR!!!</span></h1>
<div style="display:flex;" id="flag">
<table id="table"></table>
<div>
<table id="table"></table>
</div>
<div id="flex">
<p id="param"></p>
<button id="pass">PASS</button>
<button id="revo">REVOLUTION</button>
<p id="param"></p>
<button id="pass">PASS</button>
<button id="revo">REVOLUTION</button>
</div>
</div>
</body>

View File

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