This commit is contained in:
2019-06-07 07:11:47 -05:00
parent a3bfc05068
commit d96732b588
22 changed files with 298 additions and 171 deletions

View File

@@ -19,10 +19,12 @@
font-family: "NotoBold";
src: url(../assets/fonts/NotoSans-Bold.ttf) format("truetype");
}
.canvasTest {
.export {
text-align: center;
}
.export canvas {
border: 1px solid #000;
display: none;
margin: 10px auto;
margin: 10px;
}
</style>
</head>