Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. body
  2. {
  3. font-family:Helvetica;
  4. color:white;
  5. }
  6. #lewy1
  7. {
  8. background-color:Navy;
  9. height:700px;
  10. width:25%;
  11. float:left;
  12. }
  13. #prawy1
  14. {
  15. background-color:RoyalBlue;
  16. height:100px;
  17. width:75%;
  18. text-align:center;
  19. float:right;
  20. }
  21. #prawy2
  22. {
  23. background-color:SteelBlue;
  24. height:300px;
  25. width:75%;
  26. float:right;
  27. }
  28. #prawy3
  29. {
  30. background-color:RoyalBlue;
  31. height:300px;
  32. width:75%;
  33. text-align:center;
  34. float:right;
  35. }
  36. #footer
  37. {
  38. background-color:SteelBlue;
  39. text-align:center;
  40. padding:20px;
  41. clear:both;
  42. }
  43. h1
  44. {
  45. letter-spacing:5px;
  46. }
  47. h3
  48. {
  49. text-align:center;
  50. text-transform:uppercase;
  51. margin:0px;
  52. }
  53. table
  54. {
  55. border: dashed 1px;
  56. width:100%;
  57. border-collapse:collapse;
  58. }
  59. tr,td
  60. {
  61. border: dashed 1px;
  62. width:50%;
  63. border-collapse:collapse;
  64. }
  65. form
  66. {
  67. margin:10px;
  68. color:Navy;
  69. }
  70. input
  71. {
  72. padding:5px;
  73. color:Navy;
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement