diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2021-10-31 14:31:29 +0100 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2021-10-31 14:31:29 +0100 |
| commit | 27075885e95bd0efc062920685e04287feb4b556 (patch) | |
| tree | 0c51ab493589bd0ebd7b733ada697ed777aa08d1 /src/styles | |
| parent | dbb66972ebd987f60e10939bfb4493f87bbc73c3 (diff) | |
| download | isiqandisi-27075885e95bd0efc062920685e04287feb4b556.tar.gz isiqandisi-27075885e95bd0efc062920685e04287feb4b556.tar.zst isiqandisi-27075885e95bd0efc062920685e04287feb4b556.zip | |
Almost the end
Diffstat (limited to 'src/styles')
| -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'); |
