11 lines
159 B
CSS
11 lines
159 B
CSS
<style>
|
|
html{
|
|
font-family: sans-serif;
|
|
font-size: 50pt;
|
|
height: 100%;
|
|
width: 768px;
|
|
overflow: hidden;
|
|
display: table;
|
|
}
|
|
</style>
|