Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <div id="tables">
  2.  
  3. <table id='my_table' class='tabella' cellspacing='0' cellpadding='0'>
  4.  
  5. <thead><tr><th style="width:15%"><strong>Suggested Devices</strong></th>
  6.  
  7. <th style="width:10%"><strong>Technology</strong></th>
  8.  
  9. <th style="width:15%"><strong>Package</strong></th>
  10. <th style="width:60%"><strong>Features</strong></th></tr></thead>
  11.  
  12. <tbody>
  13.  
  14.  
  15.  
  16. </tbody>
  17.  
  18.  
  19.  
  20. </table><br/>
  21.  
  22. </div>
  23.  
  24. </div>
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32. <style>
  33.  
  34. table.tabella{
  35.  
  36. width: 98%;
  37. }
  38.  
  39. table.tabella th{
  40.  
  41. background-color : white;
  42.  
  43. font: bold 1em/2em Arial, Helvetica;
  44. text-decoration: none;
  45. color: #333;
  46. color : black;
  47.  
  48. padding : 2px;
  49.  
  50. border: 3px solid #CCCCCC;
  51.  
  52. }
  53.  
  54. table.tabella td{
  55.  
  56. background-color : #D3D6FF;
  57.  
  58. color : back;
  59.  
  60. padding : 2px;
  61.  
  62. }
  63.  
  64. </style>
  65.  
  66.  
  67.  
  68. </body>
  69.  
  70. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement