Center intro text alongside logo

This commit is contained in:
lm 2025-10-17 14:45:41 +02:00
parent 6a6ffac055
commit 30d20f3cf3
1 changed files with 6 additions and 10 deletions

View File

@ -1,13 +1,9 @@
<div style="display:table;">
<div style="display:table-row;">
<div style="display:table-cell; vertical-align:middle; padding-right:16px;">
<img src="app/assets/logo.png" alt="ICRA Logo" width="120"/>
</div>
<div style="display:table-cell; vertical-align:middle;">
**ICRA** (Interactive Color Range Analyzer) is a Tkinter-based desktop tool for highlighting customised colour ranges in images. Load a single photo or an entire folder, fine-tune hue/saturation/value sliders, and export overlays complete with quick statistics.
</div>
</div>
</div>
<table>
<tr>
<td style="vertical-align:middle; padding-right:16px;"><img src="app/assets/logo.png" alt="ICRA Logo" width="120"/></td>
<td style="vertical-align:middle;">**ICRA** (Interactive Color Range Analyzer) is a Tkinter-based desktop tool for highlighting customised colour ranges in images. Load a single photo or an entire folder, fine-tune hue/saturation/value sliders, and export overlays complete with quick statistics.</td>
</tr>
</table>
## Features
- Two synced previews (original + overlay)