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