Esquinas redondeadas / Nifty corners


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. ***** CSS *****
  2. #box {width:18em; margin:0 auto; padding:20px; background:#E6E6E6; color:#000}
  3.  
  4. ***** JAVASCRIPT *****
  5. <script type="text/javascript" src="js/niftycube.js"></script>
  6. <script type="text/javascript">window.onload=function(){Nifty("div#box","big")}</script>
  7.  
  8. ***** HTML *****
  9. <div id="box">
  10. <h1>Nifty Corners Cubeâ„¢</h1>
  11. <p>One call. Two parameters. Three sizes.</p>
  12. </div>

URL: http://www.html.it/articoli/niftycube/index.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.