Guest User

Untitled

a guest
Nov 24th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. <table border=1>
  2. <tr>
  3. <td height="100">
  4. <h2>Cabeçalho</h2>
  5. </td>
  6. </tr>
  7. <tr>
  8. <td>
  9. <div class="conteudo">
  10. <p>Olá Mundo</p><br>
  11. <p>Olá Mundo</p><br>
  12. <p>Olá Mundo</p><br>
  13. <p>Olá Mundo</p><br>
  14. <p>Olá Mundo</p><br>
  15. <p>Olá Mundo</p><br>
  16. <p>Olá Mundo</p><br>
  17. <p>Olá Mundo</p><br>
  18. <p>Olá Mundo</p><br>
  19. <p>Olá Mundo</p><br>
  20. <p>Olá Mundo</p><br>
  21. <p>Olá Mundo</p><br>
  22. <p>Olá Mundo</p><br>
  23. <p>Olá Mundo1</p><br>
  24. </div>
  25. </td>
  26. </tr>
  27. </table>
  28.  
  29. html, body {
  30. margin:0;
  31. padding:0;
  32. height:100%;
  33. }
  34.  
  35. .conteudo{
  36. width:100%;
  37. height:100%;
  38. min-height:100%;
  39. background-color:#999;
  40. overflow: auto;
  41. color: #fff;
  42. }
  43.  
  44. table {
  45. width:100%;
  46. height:100%;
  47. min-height:100%;
  48. }
Add Comment
Please, Sign In to add comment