style: made fixed sizes for the message area
This commit is contained in:
parent
d882833202
commit
e9f4152185
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
.screen{
|
.screen{
|
||||||
width: 900px;
|
width: 900px;
|
||||||
min-height: 800px;
|
height: 720px;
|
||||||
margin: 30px auto;
|
margin: 30px auto;
|
||||||
border-color: #00FF00;
|
border-color: #00FF00;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
@ -17,9 +17,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#messege{
|
#messege{
|
||||||
height: 560px;
|
height: 426px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
button{
|
button{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user