fixed
This commit is contained in:
parent
e269813bef
commit
e46bc26acf
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user