Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. body{
  2. background-color:#8BB381;
  3. }
  4.  
  5. #baner{
  6. background-color:#336600;
  7. color:white;
  8. font-size:120%;
  9. text-align:center;
  10. height: 10%;
  11. }
  12.  
  13. #prawy{
  14. height:70%;
  15. width:60%;
  16. margin:auto;
  17. padding:auto;
  18. float: left;
  19. }
  20.  
  21. #stopka{
  22. background-color:#669966;
  23. color:white;
  24. text-align:center;
  25. font-size:120%;
  26. font-family:Tahoma;
  27. height:10%;
  28. padding:10px;
  29. clear: both;
  30. }
  31.  
  32. #lewy{
  33. background-color:#AFC7C7;
  34. width:40%;
  35. height:70%;
  36. float: left;
  37. text-align: center;
  38. }
  39.  
  40. table{
  41. width:300px;
  42. border: 2px solid green;
  43. text-align:center;
  44. }
  45.  
  46. p{
  47. text-align:center;
  48. font-family:Tahoma;
  49. color: #003300;
  50. font-size:20px;
  51. font-weight:bold;
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement