html - How to set :hover for all elements -
why doesn't work?
*:hover {margin-left:50px;}
cause when move on element nothing happened.
are putting @ end of css file? if not, may getting overwritten.
*:hover { margin-left: 50px; }
is working me. browser testing on?
Comments
Post a Comment