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

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -