Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

margin clickable

/*
It's because you have an img using display: block 
inside an a tag, which is inline. 
*/

/*Move the*/ width: 60%; /*and*/ margin: 0 auto; /*to the a tag with*/
display: block; /*and add*/ width: 100%; /*to img*/

Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #margin #clickable
ADD COMMENT
Topic
Name
6+9 =