YUI CSS grids - full column


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

Para el proyecto personal


Copy this code and paste it in your HTML
  1.  
  2. <div id="custom-doc" class="yui-t7">
  3.  
  4. <div id="hd">
  5. </div><!-- cierra hd -->
  6.  
  7. <div id="bd">
  8. <div class="yui-g">
  9. </div><!-- cierra yui-g -->
  10. </div><!-- cierra bd -->
  11.  
  12. <div id="ft">
  13. </div><!-- cierra ft -->
  14.  
  15. </div><!-- cierra custom-doc -->
  16.  
  17. </body>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.