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

twig - Using Twigbridge in a Laravel 5.1 Package -

java - Openshift port-forwarding -

php - Symfony 2: "No route found for "GET /" - error on fresh installation -