Merge branch 'simon'
This commit is contained in:
+2
-2
@@ -83,10 +83,10 @@
|
|||||||
|
|
||||||
<div id="simonBoard">
|
<div id="simonBoard">
|
||||||
<div class="simonRow">
|
<div class="simonRow">
|
||||||
<div class="blue"> </div><div class="yellow"> </div>
|
<div class="simonBlue"> </div><div class="simonYellow"> </div>
|
||||||
</div>
|
</div>
|
||||||
<div class="simonRow">
|
<div class="simonRow">
|
||||||
<div class="red"> </div><div class="green"> </div>
|
<div class="simonRed"> </div><div class="simonGreen"> </div>
|
||||||
</div>
|
</div>
|
||||||
<div class="arrow" id="arrowRB"></div>
|
<div class="arrow" id="arrowRB"></div>
|
||||||
<div class="arrow" id="arrowBR"></div>
|
<div class="arrow" id="arrowBR"></div>
|
||||||
|
|||||||
@@ -26,19 +26,19 @@ button {
|
|||||||
padding: 0.2em;
|
padding: 0.2em;
|
||||||
}
|
}
|
||||||
.red {
|
.red {
|
||||||
background: radial-gradient(#fb9a9a,#fc7373,red);
|
background-color: red;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
.yellow {
|
.yellow {
|
||||||
background: radial-gradient(#fbfb9a,#fcfc73,yellow);
|
background-color: yellow;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
.blue {
|
.blue {
|
||||||
background: radial-gradient(#9a9afb,#7373fc,blue);
|
background-color: blue;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
.green {
|
.green {
|
||||||
background: radial-gradient(#98c998,#72b772,green);
|
background-color: green;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
.white {
|
.white {
|
||||||
@@ -47,7 +47,7 @@ button {
|
|||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
.black {
|
.black {
|
||||||
background: radial-gradient(#969696,#757575,black);
|
background-color: black;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
.button.white {
|
.button.white {
|
||||||
@@ -184,6 +184,18 @@ nav {
|
|||||||
#simonBoard > .simonRow > div:last-child {
|
#simonBoard > .simonRow > div:last-child {
|
||||||
border-right-width: 4px;
|
border-right-width: 4px;
|
||||||
}
|
}
|
||||||
|
.simonRed {
|
||||||
|
background: radial-gradient(#fb9a9a, #fc7373, red);
|
||||||
|
}
|
||||||
|
.simonYellow {
|
||||||
|
background: radial-gradient(#fbfb9a, #fcfc73, yellow);
|
||||||
|
}
|
||||||
|
.simonBlue {
|
||||||
|
background: radial-gradient(#9a9afb, #7373fc, blue);
|
||||||
|
}
|
||||||
|
.simonGreen {
|
||||||
|
background: radial-gradient(#98c998, #72b772, green);
|
||||||
|
}
|
||||||
|
|
||||||
.arrow {
|
.arrow {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
|
|||||||
Reference in New Issue
Block a user