From 27075885e95bd0efc062920685e04287feb4b556 Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Sun, 31 Oct 2021 14:31:29 +0100 Subject: Almost the end --- src/styles/main.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/styles') 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'); -- cgit v1.3.1