From 63ad960e4a8f51486dd25eb61c9c5b0f74cacd81 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Wed, 23 Mar 2022 08:33:15 +0430 Subject: wip --- spring-front/public/index.css | 15 +++++++++++++++ spring-front/public/index.html | 8 ++++++-- 2 files changed, 21 insertions(+), 2 deletions(-) (limited to 'spring-front/public') diff --git a/spring-front/public/index.css b/spring-front/public/index.css index c23fdc6..89813c7 100644 --- a/spring-front/public/index.css +++ b/spring-front/public/index.css @@ -2,6 +2,8 @@ body { color: #005f87; background: #000000; font-family: "DejaVuSansMono NF", Helvetica, monospace; + height: 95vh; + width: 95vw; } .article{$ @@ -35,3 +37,16 @@ hr { .right-footer { float: right; } + +.editor { + background: #000000; + color: #ffffff; + width: 40%; + max-width: 40%; + height: 90%; + max-height: 90%; +} + +div.code { + white-space: pre; +} diff --git a/spring-front/public/index.html b/spring-front/public/index.html index fcfbe7a..1432ddb 100644 --- a/spring-front/public/index.html +++ b/spring-front/public/index.html @@ -16,14 +16,18 @@ type="text/css" media="screen" title="no title" - charset="utf-8" + /> + RTLMD -
+
+ -- cgit v1.2.3