Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. #baner {
  2. background-color: #009999;
  3. color: white;
  4. text-align: center;
  5. height: 80px;
  6. }
  7.  
  8. #inf_one, #inf_two, #inf_three, #inf_four {
  9. font-family: Arial;
  10. background-color: #009999;
  11. color: white;
  12. text-align: center;
  13. width: 25%;
  14. height: 150px;
  15. float: left;
  16. }
  17.  
  18. #panel_left {
  19. clear: both;
  20. background-color: #669999;
  21. width: 30%;
  22. height: 600px;
  23. float: left;
  24.  
  25. }
  26. #panel_center {
  27. float: left;
  28. background-color: #99CCCC;
  29. width: 40%;
  30. height: 600px;
  31. }
  32. #panel_right {
  33. background-color: #669999;
  34. width: 30%;
  35. height: 600px;
  36. float: right;
  37. }
  38.  
  39. #stopka {
  40. background-color: #009999;
  41. color: white;
  42. text-align: right;
  43. }
  44.  
  45. table, td, th {border-style: solid;
  46. border-width: 1px;
  47. border-color: green;
  48. margin: 10px;
  49. color: white;
  50. }
  51. button {border-style: none;
  52. margin: 10px;
  53. background-color: green;
  54. color: white;
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement