mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 09:38:06 +02:00
11 lines
148 B
CSS
11 lines
148 B
CSS
html {
|
|
text-align: center;
|
|
}
|
|
|
|
canvas {
|
|
border: 1px dashed;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin: auto;
|
|
}
|