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

From blackwiki
Jump to navigation Jump to search
blackwiki>Weegaweek
m (wasn't applying to line under image)
blackwiki>Weegaweek
m (used body:hover div)
Line 5: Line 5:
 
}
 
}
  
div:hover{
+
body: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;
}

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