Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<style>
  #text09 { 
display: inline-block; 
transition: .2s ease; 
} 
#text09:hover { 
transform: translateY(-20%); 
  cursor:help;
}
  
#text09 a { 
display: inline-block; 
transition: .2s ease; 
} 
#text09 a:hover { 
transform: translateY(-20%); 
} 
</style>
<p id="text09">text hover</p>
  
  <br>
  
  <p id="text09"><a href="#">link hover</a></p>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers