22 lines
No EOL
284 B
CSS
22 lines
No EOL
284 B
CSS
html,body{
|
|
width: 100%;
|
|
height: 100%;
|
|
margin:0;
|
|
font-size: 16px;
|
|
background: rgb(17, 28, 31);
|
|
color:white;
|
|
}
|
|
|
|
#left,#right{
|
|
width: 49%;
|
|
display: inline-block;
|
|
text-align: center;
|
|
}
|
|
|
|
#left{
|
|
margin-left: 0.5%;
|
|
}
|
|
|
|
#right{
|
|
margin-right: 0.5%;
|
|
} |