8 lines
99 B
CSS
8 lines
99 B
CSS
<style>
|
|
html{
|
|
font-family: sans-serif;
|
|
font-size: 50pt;
|
|
width: 768px;
|
|
}
|
|
</style>
|