?
Path : /home/admin/domains/happytokorea.com/private_html/happyezystyle/ |
Current File : /home/admin/domains/happytokorea.com/private_html/happyezystyle/zebraStripe.css |
/*********************************************************************** # Project: zebraStripe CSS tables # Language: JavaScript/CSS/HTML # Author: Copyright: Denny Schlesinger # Date: January 7, 2012 # Warrantee: NONE whatsoever but enjoy it all the same # Notice: If you use this code, please include this copyright notice /**********************************************************************/ /******* css tables *******/ .table { display:table; } .row { display:table-row; } .cell { display:table-cell; } .backgroundLight { background-color:#FFFFFF; /* Pink; */ } .backgroundDark { background-color:#e0f4fb; /* LightGray; */ } .border { border:1px solid white } .padding { padding: 5px; } .title { font-weight:800; } .center { text-align:center; }