core: redesign website #11
@ -5,7 +5,7 @@ body {
|
||||
line-height: 1.5;
|
||||
max-width: 800px;
|
||||
margin-inline: auto;
|
||||
background: #eff1f5;
|
||||
background: #dce0e8;
|
||||
margin: 0px auto;
|
||||
padding-top: 80px;
|
||||
}
|
||||
@ -15,7 +15,7 @@ canvas {
|
||||
}
|
||||
|
||||
#navigation {
|
||||
background: #dce0e8;
|
||||
background: #ccd0da;
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
@ -158,7 +158,7 @@ a.button {
|
||||
}
|
||||
|
||||
.cardTop {
|
||||
background: #e6e9ef;
|
||||
background: #acb0be;
|
||||
border-top-left-radius: 18px;
|
||||
border-top-right-radius: 18px;
|
||||
}
|
||||
|
@ -36,9 +36,9 @@
|
||||
</div>
|
||||
<p class="cardStats">
|
||||
Adjust game size -- Width:
|
||||
<input class="cardStats" id="snakeWidth" type="number" min="2" max="31" value="25">
|
||||
<input class="cardStats" id="snakeWidth" type="number" min="2" max="31" value="31">
|
||||
Height:
|
||||
<input class="cardStats" id="snakeHeight" type="number" min="2" max="24" value="15">
|
||||
<input class="cardStats" id="snakeHeight" type="number" min="2" max="24" value="24">
|
||||
</p>
|
||||
<p class="cardStats">Snake Head Location: <span id="snakeHead"></span></p>
|
||||
<p class="cardStats">Food Location: <span id="snakeFood"></span></p>
|
||||
|
Loading…
Reference in New Issue
Block a user