add previously made stuff
This commit is contained in:
28
text-to-image/style.css
Normal file
28
text-to-image/style.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user