Pricing table with hover effect using CSS


 Extention Chrome: << Squarespace ID Finder >>

https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff

===============================================
!!! You can add or delete style of CSS Code !!!
===============================================

CSS Custom :<< Hover Shape >>

#block-code:hover{
  opacity:0.5!important;
  color:blue!important;
  scale:1.05!important;
  transition:0.5!important;
}

===================================
CSS Custom :<< Hover Button >>

#block-code:hover{
  scale:1.1;
  opacity:0.7;
}


Post a Comment

0 Comments

'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();