File size: 482 Bytes
233b5b3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
body {
    font-family: sans-serif;
    background: #fafafa;
    padding: 20px;
}

textarea {
    font-family: monospace;
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #ccc;
}

button {
    padding: 8px 14px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

button:hover {
    background-color: #45a049;
}

pre {
    background: #eee;
    padding: 10px;
    border-radius: 6px;
}