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
Post a Comment