Search
 
SCRIPT & CODE EXAMPLE
 

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;
}
Comment

PREVIOUS NEXT
Code Example
Html :: disable form input autocomplete 
Html :: how to make a scrollable list in html 
Html :: how to make html open link in new tab 
Html :: how to change text color of anchor tag in html 
Html :: bold text on HTML button 
Html :: html beginform asp.net mvc add id 
Html :: html check-box 
Html :: disable radio button in html 
Html :: onclick function link to another html page 
Html :: check button html 
Html :: what is seizure disorder 
Html :: bootstrap row overflow 
Html :: html input radio group 
Html :: angular mat slide toggle get value 
Html :: stopimmediatepropagation vs stoppropagation 
Html :: href mailto 
Html :: colocar una imagen en html 
Html :: yii2 csrf custom form 
Html :: how add float input type in html 
Html :: bootstrap 4 spinner not showing 
Html :: svg with src in html 
Html :: get directions google maps html 
Html :: routerlinkactiveoptions 
Html :: how to add bgcolor in html 
Html :: bootstrap table dense 
Html :: bootstrap progress bar with percentage 
Html :: how to go directly gmail using mailto html 
Html :: import script html 
Html :: fav icon 
Html :: how to download in html 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =