Advertisement
Firdaus_Shinoda

style.css

May 27th, 2017
1,845
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.94 KB | None | 0 0
  1. html{
  2.     position: relative;
  3.     min-height: 100%;
  4. }
  5. body{
  6.     margin-botton:70px;
  7. }
  8. #footer{
  9.     position: absolute;
  10.     bottom:0;
  11.     width: 100%;
  12.     background-color: #de9876;
  13.     font-size: 0,9em;
  14.     height: 50px;
  15.     text-align: center;
  16.     padding-top: 20px;
  17. }
  18. .table-bottom{
  19.     height: 40px;
  20.     padding: 10px 0;
  21.     border-top: 1px solid #000;
  22.     border-bottom: 1px solid #000;
  23. }
  24. .top-nav{
  25.     margin: 20px;
  26. }
  27. h2{
  28.     border-bottom: 1px solid #000;
  29.     padding: 10px;
  30. }
  31. .box-button{
  32.     display: inline-block;
  33. }
  34. .table-nav, .tombol-nav{
  35.     display: block;
  36.     clear: both;
  37.     float: left;
  38.     width: 100%;
  39. }
  40. .tombol-nav{
  41.     margin: 10px;
  42. }
  43. .table-nav{
  44.     border-top: 1px solid #000;
  45.     border-bottom:  1px solid #000;
  46. }
  47. .jumlah-data{
  48.     float: left;
  49.     padding-top: 15px;
  50. }
  51. .paging{
  52.     float: right;
  53.     text-align: right;
  54.     margin-bottom: 10px;
  55.     margin-top: -10px;
  56. }
  57. .paging ul.page, .paging ul.pagination{
  58.     text-align: right;
  59. }
  60. .paging ul.page{
  61.     margin-top: 15px;
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement