Use inline-block layout for intro logo and text
This commit is contained in:
parent
51fac302eb
commit
8b23e25ee2
|
|
@ -1,7 +1,9 @@
|
||||||
<p>
|
<p>
|
||||||
<img src="app/assets/logo.png" alt="ICRA Logo" width="140" style="vertical-align:middle; margin-right:16px;"/>
|
<img src="app/assets/logo.png" alt="ICRA Logo" width="140" style="vertical-align:middle; margin-right:16px;"/>
|
||||||
<span style="vertical-align:middle; display:inline-block;"> <strong>ICRA</strong> (Interactive Color Range Analyzer) is a Tkinter-based desktop tool for highlighting customised colour ranges in images.<br/>
|
<span style="display:inline-block; vertical-align:middle;">
|
||||||
Load a single photo or an entire folder, fine-tune hue/saturation/value sliders, and export overlays complete with quick statistics.</span>
|
<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>
|
</p>
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue