Merge remote-tracking branch 'upstream/develop' into main

This commit is contained in:
_Bastler
2021-03-25 11:15:59 +01:00
19 changed files with 203 additions and 79 deletions
+18
View File
@@ -0,0 +1,18 @@
<style>
#warningMain {
border-radius: 5px;
height: 100px;
width: 300px;
background-color: red;
text-align: center;
}
#warningMain h2 {
padding: 5px;
}
</style>
<main id="warningMain">
<h2>Warning!</h2>
<p>This world is close to its limit!</p>
</main>