Merge pull request #3 from JoshHeaps/UpdateParticleSimulatorButton
Update particle simulator button
This commit is contained in:
@@ -4,8 +4,6 @@
|
|||||||
name: .NET
|
name: .NET
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [ "master" ]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "master" ]
|
branches: [ "master" ]
|
||||||
|
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
Play Chess
|
Play Chess
|
||||||
</button>
|
</button>
|
||||||
<button id="ChessDemo" class="demoButton" onclick="window.location.href='/particles'">
|
<button id="ChessDemo" class="demoButton" onclick="window.location.href='/particles'">
|
||||||
Life
|
Particle Simulator
|
||||||
</button>
|
</button>
|
||||||
<button id="MoreFiller" class="demoButton">
|
<button id="MoreFiller" class="demoButton">
|
||||||
More coming soon...
|
More coming soon...
|
||||||
|
|||||||
@@ -55,8 +55,8 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 5vw;
|
border-radius: 5vw;
|
||||||
width: 25vw;
|
width: 20vw;
|
||||||
height: 10vw;
|
height: 8vw;
|
||||||
font-size: 2vw;
|
font-size: 2vw;
|
||||||
background-color: rgb(104, 255, 0, 0.39);
|
background-color: rgb(104, 255, 0, 0.39);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
Reference in New Issue
Block a user