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