Kaynağa Gözat

More layout work

tags/v0.0.1
Fen Dweller 7 yıl önce
ebeveyn
işleme
3a65b04d00
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: E80B35A6F11C3656
2 değiştirilmiş dosya ile 30 ekleme ve 4 silme
  1. +22
    -0
      gorge.css
  2. +8
    -4
      gorge.html

+ 22
- 0
gorge.css Dosyayı Görüntüle

@@ -20,10 +20,31 @@ body.dark {
font-size: 60px;
}

#top-bar {
background-color: #322;
position: absolute;
width: 100%;
height: 10%;
top: 0%;
left: 0%;
text-align: center;
margin: auto;
}

#resources-area {
position: absolute;
text-align: center;
width: 20%;
left: 0%;
top: 10%;
margin: auto;
}

#buildings-area {
position: absolute;
width: 20%;
right: 5%;
top: 10%;
height: 100%;
overflow-y: scroll;
}
@@ -78,6 +99,7 @@ body.dark {
position: absolute;
width: 20%;
right: 35%;
top: 10%;
}

#upgrades-list {


+ 8
- 4
gorge.html Dosyayı Görüntüle

@@ -18,11 +18,15 @@
</head>

<body class="dark">
<div id="resources">Resources</div>
<div id="resource-food">Food: 0</div>
<div id="productivity"></div>
<div id="top-bar">
vidya gaem
</div>
<div id="resources-area">
<div id="resources">Resources</div>
<div id="resource-food">Food: 0</div>
<div id="productivity"></div>
</div>
<button id="tasty-micro">Eat Micro</button>

<div id="buildings-area">
<div id="buildings">Buildings</div>
</div>


Yükleniyor…
İptal
Kaydet