Move text when mouse over in Css3

Move text when mouse over



<style type="text/css">  
  .mbt-nudge
  {
   -moz-transition: all 0.4s ease-out 0s;
   -webkit-transition: all 0.4s ease-out 0s;
  }
  .mbt-nudge:hover
  {
   margin-left: 55px;
   padding-left: 5px;
  }
  </style>

Comments

Popular posts from this blog

PHP: Date Difference for PHP 5.2

HTML5 video loop src change on end play function

Custom OpenCart 2.3.0.2 theme