styling of reset button
This commit is contained in:
parent
a8adfb4e4d
commit
c36f714946
|
@ -122,7 +122,7 @@
|
||||||
text-shadow: 0.5vmin 0.5vmin 0 #a4f4b4; /* x y blur-radius colour */
|
text-shadow: 0.5vmin 0.5vmin 0 #a4f4b4; /* x y blur-radius colour */
|
||||||
}
|
}
|
||||||
|
|
||||||
#setup div.centre {
|
.centre {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 0.2em; /* fallback */
|
margin-top: 0.2em; /* fallback */
|
||||||
margin-top: 2vmin;
|
margin-top: 2vmin;
|
||||||
|
@ -850,8 +850,10 @@
|
||||||
more games coming soon... keep your eyes peeled... peace!
|
more games coming soon... keep your eyes peeled... peace!
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="centre">
|
||||||
<button>reset</button>
|
<button>reset</button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div id="setup">
|
<div id="setup">
|
||||||
<h1>endless mines</h1>
|
<h1>endless mines</h1>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue