Browse Source

More styling

tags/v0.2.9
Fen Dweller 7 years ago
parent
commit
e24ad5ded8
2 changed files with 17 additions and 12 deletions
  1. +4
    -1
      feast.css
  2. +13
    -11
      feast.html

+ 4
- 1
feast.css View File

@@ -80,6 +80,8 @@ button {
#actions {
display: flex;
flex-wrap: wrap;
align-items: start;
height: 100%;
width: 40%;
padding: 15px;
}
@@ -107,7 +109,8 @@ button {

#combat-desc {
width: 200px;
height: 400px;
height: 200px;
margin: 15px;
background: #222;
}



+ 13
- 11
feast.html View File

@@ -28,17 +28,6 @@

<div id="game">
<div id="game-and-stats">
<div id="log">
<div>
Welcome to Feast v0.2.8
</div>
<div>
&nbsp;
</div>
<div>
It's early morning, and you feel like eating a bunch of people
</div>
</div>
<div class="stats">
<div id="player-stats">
<div class="stat-line" id="time">Time: to file a bug report, because you shouldn't see this!</div>
@@ -59,6 +48,19 @@
<button class="stat-button" id="stat-button-status">Status</button>
<button class="stat-button" id="log-button">Log: Enabled</button>
</div>
</div>
<div id="log">
<div>
Welcome to Feast v0.2.8
</div>
<div>
&nbsp;
</div>
<div>
It's early morning, and you feel like eating a bunch of people
</div>
</div>
<div class="stats">
<div id="foe-stats">
FOE
<div class="stat-line" id="stat-foe-name">Vim: 21</div>


Loading…
Cancel
Save