Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; text-align: center; margin-top: 50px; background-color: #f4f4f9; color: #333; }
|
| 8 |
.container { background-color: #ffffff; padding: 30px 40px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); display: inline-block; }
|
| 9 |
h1 { font-size: 2em; color: #2c3e50; }
|
| 10 |
-
.result { margin-top: 30px; font-size: 1.3em; color: #
|
| 11 |
img { max-width: 300px; margin-top: 20px; border: 3px solid #e7e7e7; border-radius: 8px; }
|
| 12 |
button { background-color: #007bff; color: white; padding: 12px 20px; border: none; border-radius: 5px; cursor: pointer; font-size: 1em; transition: background-color 0.2s; }
|
| 13 |
button:hover { background-color: #0056b3; }
|
|
|
|
| 7 |
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; text-align: center; margin-top: 50px; background-color: #f4f4f9; color: #333; }
|
| 8 |
.container { background-color: #ffffff; padding: 30px 40px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); display: inline-block; }
|
| 9 |
h1 { font-size: 2em; color: #2c3e50; }
|
| 10 |
+
.result { margin-top: 30px; font-size: 1.3em; color: #00b32aff; }
|
| 11 |
img { max-width: 300px; margin-top: 20px; border: 3px solid #e7e7e7; border-radius: 8px; }
|
| 12 |
button { background-color: #007bff; color: white; padding: 12px 20px; border: none; border-radius: 5px; cursor: pointer; font-size: 1em; transition: background-color 0.2s; }
|
| 13 |
button:hover { background-color: #0056b3; }
|