Caves layers aktualisiert
parent
af0f6177b6
commit
ed6647fffa
1 changed files with 29 additions and 1 deletions
|
@ -8,4 +8,32 @@ layer bisher
|
|||
-7000, -33000: caverealms mod - lower
|
||||
-29632, -30193: nether
|
||||
-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>
|
Loading…
Add table
Add a link
Reference in a new issue