File size: 502 Bytes
233b5b3 9b3a714 233b5b3 084c639 9b3a714 233b5b3 9b3a714 233b5b3 9b3a714 233b5b3 9b3a714 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 34 35 36 37 |
body {
font-family: "Segoe UI", sans-serif;
background-color: #fafafa;
padding: 20px;
}
textarea {
width: 100%;
font-family: monospace;
padding: 10px;
border: 1px solid #ccc;
border-radius: 6px;
}
button {
margin-top: 5px;
margin-right: 10px;
padding: 8px 14px;
background-color: #4CAF50;
color: white;
border: none;
border-radius: 6px;
cursor: pointer;
}
button:hover {
background-color: #45a049;
}
#viz {
margin-top: 30px;
}
#controls {
margin-top: 20px;
}
|