Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. body{
  2. font-family: 'Cambria';
  3. color: #000;
  4. }
  5.  
  6. .judul{
  7. background: #87D1D8;
  8. padding: 10px;
  9. text-align: center;
  10.  
  11. }
  12.  
  13. .judul h1,h2,h3{
  14. height: 15px;
  15. }
  16.  
  17. a{
  18. /*color: #fff;*/
  19. padding: 5px;
  20. text-decoration: none;
  21. }
  22.  
  23.  
  24. .table{
  25. border-collapse: collapse;
  26. }
  27.  
  28. table.table th th , table.table tr td{
  29. padding: 10px 20px ;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement