got_ocr_test / static /style.css
acharyaaditya26's picture
changes
aceb54a
raw
history blame
375 Bytes
/* static/style.css */
body {
font-family: Arial, sans-serif;
margin: 20px;
}
h1, h2 {
color: #333;
}
form {
margin-bottom: 20px;
}
#json-output, #html-output {
margin-bottom: 20px;
}
pre {
background-color: #f4f4f4;
padding: 10px;
border-radius: 5px;
overflow-x: auto;
}
iframe {
border: 1px solid #ccc;
border-radius: 5px;
}