comparison mrjunejune/src/tools/markdown_to_html/index.css @ 92:655ea0b661fd

[Seobeo] Added few endpoints for handling files. [Dowa] Added few functions for random number and generating uuids
author June Park <parkjune1995@gmail.com>
date Fri, 02 Jan 2026 17:47:10 -0800
parents 0618addd5438
children 3bdfffaad162
comparison
equal deleted inserted replaced
91:19cccf6e866a 92:655ea0b661fd
62 } 62 }
63 63
64 .panel { 64 .panel {
65 background: var(--white); 65 background: var(--white);
66 border-radius: 8px; 66 border-radius: 8px;
67 border: 1px dotted #ccc;
67 padding: 20px; 68 padding: 20px;
68 box-shadow: 0 2px 4px rgba(0,0,0,0.1);
69 } 69 }
70 70
71 #output { 71 #output {
72 min-height: 500px; 72 min-height: 500px;
73 padding: 15px; 73 padding: 15px;