Skip to content

Commit abb7496

Browse files
Update
Co-Authored-By: JehanKandy <jehankandy@gmail.com>
1 parent 9645204 commit abb7496

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

codeEditor/index.html

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,35 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Online Code Editor</title>
7-
<link rel="stylesheet" href="../css/style.min.css">
7+
<link rel="stylesheet" href="../css/style.css">
8+
<link href="https://cdn.jsdelivr.net/npm/@jehankandy/jkcss@5.1.0/src/jkcss.min.css" rel="stylesheet">
89
</head>
910
<body>
1011
<div class="main-site">
11-
12+
<div class="line">
13+
<div class="rec-5">
14+
<div class="">
15+
<label for="">HTML</label>
16+
<textarea id="for-html"></textarea>
17+
</div>
18+
19+
<div class="">
20+
<label for="">CSS</label>
21+
<textarea id="for-html"></textarea>
22+
</div>
23+
24+
<div class="">
25+
<label for="">JS</label>
26+
<textarea id="for-html"></textarea>
27+
</div>
28+
</div>
29+
<div class="rec-6"></div>
30+
</div>
31+
32+
33+
34+
35+
1236
</div>
1337
<script src="../js/script.js"></script>
1438
</body>

css/style.min.css

Whitespace-only changes.

css/style.scss

Whitespace-only changes.

0 commit comments

Comments
 (0)