How to make two classes for one image: .small-image { max-width: 100px; max-height: 100px; } also have the text aligned in middle using css and html -


think it's possible use 2 different classes series of thumbnail images must doing wrong. please suggest how so.

css example:

.small-image { max-width: 100px; max-height: 100px; }  .textmiddle {vertical-align:middle;}  

only seem able put code in html 1 or other not both. thank you

try in html element :

class="small-image textmiddle" 

Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -