Merge pull request #813 from thecodingmachine/warningMessage

Warning message
This commit is contained in:
Kharhamel
2021-03-24 14:27:13 +01:00
committed by GitHub
15 changed files with 187 additions and 77 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>