14 lines
208 B
HTML
Executable File
14 lines
208 B
HTML
Executable File
<style>
|
|
#message_block
|
|
{
|
|
background-color: rgba(0, 0, 0, 0.68);
|
|
width: 85%;
|
|
height: 100%;
|
|
margin: auto;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
</style> |