File size: 501 Bytes
0e04d21
332bebd
 
 
 
0e04d21
b5dc4f2
332bebd
 
 
 
 
 
 
0e04d21
b5dc4f2
332bebd
 
 
 
 
 
0e04d21
b5dc4f2
332bebd
 
 
 
 
b5dc4f2
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
body {
    background-color: #0f0f0f;
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
    padding: 2em;
}
header {
    text-align: center;
    margin-bottom: 2em;
}
input {
    padding: 0.5em;
    width: 60%;
    margin-right: 1em;
}
button {
    padding: 0.6em 1.2em;
    background: #00ffff;
    border: none;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}
pre {
    background: #1e1e1e;
    padding: 1em;
    margin-top: 1em;
    max-height: 300px;
    overflow-y: auto;
}