Difference between revisions of "Template:Article card vertical/styles.css"

From blackwiki
Jump to navigation Jump to search
blackwiki>Weegaweek
m (used body:hover div)
blackwiki>Weegaweek
m (used div:hover, div:hover div)
Line 5: Line 5:
 
}
 
}
  
body:hover div{
+
div:hover, div:hover div{
 
border-color: #555 !important;
 
border-color: #555 !important;
 
}
 
}

Revision as of 18:07, 28 September 2018

img {
    max-width:110%;
    margin: 0;
    height:auto;
}

div:hover, div:hover div{
	border-color: #555 !important;
}