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
commit ec2fa9501c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 187 additions and 77 deletions

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>