aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/public
diff options
context:
space:
mode:
Diffstat (limited to 'spring-front/public')
-rw-r--r--spring-front/public/index.css15
-rw-r--r--spring-front/public/index.html8
2 files changed, 21 insertions, 2 deletions
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"
+ />
+ <link
+ rel="stylesheet"
+ href="https://unpkg.com/@highlightjs/cdn-assets@11.5.0/styles/default.min.css"
/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>RTLMD</title>
</head>
<body>
- <script src="../src/index.js" defer></script>
<div id="root"></div>
+ <div id="root2"></div>
+ <script src="../src/index.js"></script>
</body>
</html>