Use flex layout for intro logo and text

This commit is contained in:
lm 2025-10-17 15:05:57 +02:00
parent 8839560696
commit 0cce0939cd
1 changed files with 5 additions and 6 deletions

View File

@ -1,11 +1,10 @@
<p>
<img src="app/assets/logo.png" alt="ICRA Logo" width="140" align="left" hspace="16" vspace="4"/>
<span style="display:inline-block; margin-top:52px;">
<div style="display:flex; gap:16px; align-items:center;">
<img src="app/assets/logo.png" alt="ICRA Logo" width="140"/>
<div>
<strong>ICRA</strong> (Interactive Color Range Analyzer) is a Tkinter-based desktop tool for highlighting customised colour ranges in images.<br/>
Load a single photo or an entire folder, fine-tune hue/saturation/value sliders, and export overlays complete with quick statistics.
</span>
</p>
<br clear="all"/>
</div>
</div>
## Features
- Two synced previews (original + overlay)