Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
|
@@ -10,7 +10,7 @@
|
|
| 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: #
|
| 14 |
input[type="file"] { margin-right: 10px; }
|
| 15 |
</style>
|
| 16 |
</head>
|
|
|
|
| 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: #b30003ff; }
|
| 14 |
input[type="file"] { margin-right: 10px; }
|
| 15 |
</style>
|
| 16 |
</head>
|