File size: 294 Bytes
bc26bd1
b7c8072
bc26bd1
 
b7c8072
 
bc26bd1
 
b7c8072
 
 
 
bc26bd1
 
b7c8072
 
 
 
bc26bd1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
body {
  background-color: #f8f9fa; /* Light background color */
}

h2 {
  margin-bottom: 20px;
}

.editor {
  height: 500px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

#contextMenu {
  display: none; /* Initially hidden */
  padding: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}