Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to align image with text in html

<div class="box">
    <img src="https://via.placeholder.com/60x60">
    <span style="">Works.</span>
</div>

.box {
   display: flex;
   align-items:center;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #align #image #text #html
ADD COMMENT
Topic
Name
1+5 =