Caves layers aktualisiert

n-nachtigal 2025-05-21 13:54:24 +00:00
parent af0f6177b6
commit ed6647fffa

@ -8,4 +8,32 @@ layer bisher
-7000, -33000: caverealms mod - lower -7000, -33000: caverealms mod - lower
-29632, -30193: nether -29632, -30193: nether
-30193, -30913: caverealms mod - lower -30193, -30913: caverealms mod - lower
``` ```
<span style="color:blue">some *blue* text</span>.
<style>
.heatMap {
width: 70%;
text-align: center;
}
.heatMap th {
background: grey;
word-wrap: break-word;
text-align: center;
}
.heatMap tr:nth-child(1) { background: red; }
.heatMap tr:nth-child(2) { background: orange; }
.heatMap tr:nth-child(3) { background: green; }
</style>
<div class="heatMap">
| Everything | in this table | is Centered | and the table will only take up 70% of the screen width |
| -- | -- | -- | -- |
| This | is | a | Red Row |
| This | is | an | Orange Row |
| This | is | a | Green Row |
</div>