My Sites


Wednesday, September 16, 2015

Center Align CSS

<div id="thumbnailwrapper"> <!-- <<< This opening element -->
    <div id="artiststhumbnail">
    </div>
</div>
 
#artiststhumbnail {
    width:120px;
    height:108px;
    margin: 0 auto; /* <<< This line here. */
    ...
} 
 

No comments:

Post a Comment