<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JSON to Text Converter</title>
<style>
body {
font-family: system-ui, sans-serif;
max-width: 800px;
margin: 20px auto;
padding: 0 16px;
background: #f7f7f7;
color: #222;
}
h2 { margin-bottom: 8px; }
textarea {
width: 100%;
height: 180px;
padding: 10px;
border: 1px solid #ccc;
border-radius: 8px;
font-family: monospace;
font-size: 14px;
resize: vertical;
}
.controls {
margin: 12px 0;
display: flex;
gap: 8px;
flex-wrap: wrap;
}
button {
padding: 8px 14px;
border: none;
border-radius: 6px;
background: #1
No comments:
Post a Comment