add previously made stuff

This commit is contained in:
2025-08-03 15:06:00 -07:00
parent 155044e0b4
commit 504944f6ad
9 changed files with 409 additions and 0 deletions

28
text-to-image/style.css Normal file
View File

@@ -0,0 +1,28 @@
@font-face {
font-family: "gg sans";
src: url(gg-sans.woff2);
}
textarea {
outline: none;
font-size: 16px;
font-family:
"gg sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 22px;
white-space: pre-wrap;
resize: none;
height: max-content;
padding: 0;
border: 0;
}
canvas {
display: none;
}
div {
display: flex;
flex-direction: column;
width: 512px;
background: #aaaaaa;
}