Horje
margin clickable Code Example
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*/





Css

Related
apply style to second child div Code Example apply style to second child div Code Example
background color css rgb Code Example background color css rgb Code Example
css full cover background image Code Example css full cover background image Code Example
tr lowercase uppercase Code Example tr lowercase uppercase Code Example
css text border Code Example css text border Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11