diff options
Diffstat (limited to 'src/styles/main.css')
| -rw-r--r-- | src/styles/main.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/styles/main.css b/src/styles/main.css index 7918a59..3dc2cef 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -10,11 +10,23 @@ body { height: 30px; cursor: pointer; } +#txts { + position: absolute; + top: 15; + right: 0; + font-size: 25px; +} .chit { border: 1px solid black; position: absolute; } +.txt { + width: 90%; + height: 90%; + margin: 5%; + overflow: auto; +} .edit { position: absolute; background-image: url('static/edit.svg'); |
